setCaptive: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 34: Line 34:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on August 4, 2006 - 23:49</dd>
<dt class="note">'''[[User:Hoz|hoz]]'''</dt><dd class="note"> This function does not remove unit's weapons.


If you make a unit captive, that unit will still fire on the enemy, but the enemy will not fire back.</dd>
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 01:49, 5 August 2006

Hover & click on the images for description

Description

Description:
Mark unit as captive. If unit is a vehicle, commander is marked. A captive is neutral to everyone. ____________________________________________________________________________________________
Groups:
Uncategorised

Syntax

Syntax:
person setCaptive captive
Parameters:
person: Object
captive: Boolean
Return Value:
Nothing

Examples

Example 1:
soldier1 setCaptive [[true]]

Additional Information

See also:
See also needed

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

Posted on August 4, 2006 - 23:49
hoz
This function does not remove unit's weapons. If you make a unit captive, that unit will still fire on the enemy, but the enemy will not fire back.

Bottom Section