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