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|ALIVE]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|ALIVE]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|ALIVE]]
 
[[Category:Scripting Commands ArmA|ALIVE]]
| ofp |= Game name


|1.00|= Game version


<h2 style="color:#000066">'''alive ''obj'''''</h2>
|arg= global |= Arguments in MP
____________________________________________________________________________________________


| Check if given vehicle or person is alive (i.e. not dead or destroyed). |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''alive''' unit |= Syntax


'''obj:''' [[Object]]
|p1= unit: [[Object]] |= Parameter 1


'''Type of returned value:'''
| [[Boolean]] - 
true when alive, false when dead |= Return value
____________________________________________________________________________________________
 
|x1= <pre>?!(alive player) : exit</pre> |= Example 1
____________________________________________________________________________________________


[[Boolean]]
| [[setDammage]] |= See also


'''Description:'''
}}


Check if given person, vehicle or building is not dead / destroyed.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


? ('''alive''' player) : _b = 1
[[Category:Scripting Commands|ALIVE]]
[[Category:Scripting Commands OFP 1.96|ALIVE]]
[[Category:Scripting Commands OFP 1.46|ALIVE]]
[[Category:Scripting Commands ArmA|ALIVE]]

Revision as of 22:58, 1 August 2006

Hover & click on the images for description

Description

Description:
Check if given vehicle or person is alive (i.e. not dead or destroyed).
Groups:
Uncategorised

Syntax

Syntax:
alive unit
Parameters:
unit: Object
Return Value:
Boolean - true when alive, false when dead

Examples

Example 1:
?!(alive player) : exit

Additional Information

See also:
setDammage

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section