Skip to main content

Condition_HasFloor

Description

Checks whether the location of the BaseObject has a constructed floor beneath it. The BaseObject's located site is queried to determine the space attribute at the entity's position.

Parameters

ParameterDescription
BaseObjectThe entity whose current location is checked for a floor.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether Self's current location has a floorSelfHasFloorEqual
Checks whether Target's current location has a floorTargetHasFloorEqual
Checks whether Self's location does NOT have a floorSelfHasFloorNotEqual