Difference between revisions of "DCS func isExist"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 40: Line 40:
 
}}
 
}}
 
[[Category:Class Functions|isExist]]
 
[[Category:Class Functions|isExist]]
 +
[[Category:Game Patch 1.2.0|isExist]]

Latest revision as of 23:54, 20 March 2022

Scripting Root

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: