alive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands ArmA|A]]
[[Category:Scripting Commands ArmA|A]]
back to [[Scripting_Reference#A|COMREF]]





Revision as of 12:27, 23 April 2006


alive obj


Operand types:

obj: Object

Type of returned value:

Boolean

Description:

Check if given person, vehicle or building is not dead / destroyed.


Example:

? (alive player) : _b = 1