Skip to main content

Condition_HasCeiling

Description

Checks whether the location of the BaseObject has a ceiling above 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 ceiling.
CompareTypeType of comparison operation (Equal or NotEqual).

Examples

DescriptionBaseObjectCommandCompareType
Checks whether the location of Self has a ceilingSelfHasCeilingEqual
Checks whether the location of Target has a ceilingTargetHasCeilingEqual
Checks whether Self's location does NOT have a ceilingSelfHasCeilingNotEqual