Condition_HasFloorByImpactPoint
Description
Checks whether there is a constructed floor beneath the impact point (target location). This condition uses the target location directly and does not depend on the BaseObject. Returns false immediately if the target location is the zero vector.
Parameters
| Parameter | Description |
|---|---|
| CompareType | Type of comparison operation (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the clicked impact point on the ground has a constructed floor | Self | HasFloorByImpactPoint | Equal |
| Checks whether the impact point does NOT have a floor beneath it | Self | HasFloorByImpactPoint | NotEqual |
| Checks whether an indoor impact point has a floor (e.g., inside a room) | Target | HasFloorByImpactPoint | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents