DCS func isExist
From DCS World Wiki - Hoggitworld.com
Envrioment: | Mission Scripting | ||
Function: | isExist | Added with: 1.2.0 | |
Member Of: | Object, Group | ||
Syntax: | boolean Object.isExist(Class Self ) | ||
Description: | Return a boolean value based on whether the object currently exists in the mission.
Function also works with Unit, Weapon, Static Object, Scenery Object, Airbase
| ||
Return Value: | boolean | ||
Return Example: | true or false | ||
Examples: | |||
Related Functions: | Object Functions: isExist, destroy, getCategory, getTypeName, getDesc, hasAttribute, getName, getPoint, getPosition, getVelocity, inAir | ||
Notes: |