setUnconscious: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(MP effects, seealso)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|arg= local |= Arguments in MP
|eff= global |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 22:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| Nothing |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




Line 25: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[lifeState]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:17, 19 November 2009

Hover & click on the images for description

Description

Description:
Set / reset the unconscious life state of the given unit (in MP works only for a local unit).
Groups:
Uncategorised

Syntax

Syntax:
unit setUnconscious set
Parameters:
unit: Object -
set: Boolean -
Return Value:
Nothing

Examples

Example 1:
_unit setUnconscious true

Additional Information

See also:
lifeState

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