Condition_HasCeilingByImpactPoint
Description
Checks whether there is a ceiling above 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 ground location has a ceiling | Self | HasCeilingByImpactPoint | Equal |
| Checks whether the impact point does NOT have a ceiling above | Self | HasCeilingByImpactPoint | NotEqual |
| Checks whether an outdoor impact point has a ceiling (e.g., under roof) | Target | HasCeilingByImpactPoint | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents