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
| Parameter | Description |
|---|---|
| BaseObject | The entity whose current location is checked for a ceiling. |
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the location of Self has a ceiling | Self | HasCeiling | Equal |
| Checks whether the location of Target has a ceiling | Target | HasCeiling | Equal |
| Checks whether Self's location does NOT have a ceiling | Self | HasCeiling | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents