alive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|A]]
[[Category:Scripting Commands|ALIVE]]
[[Category:Scripting Commands OFP 1.97|A]]
[[Category:Scripting Commands OFP 1.97|ALIVE]]
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands OFP 1.46|ALIVE]]
[[Category:Scripting Commands ArmA|A]]
[[Category:Scripting Commands ArmA|ALIVE]]





Revision as of 14:00, 4 May 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