vest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "|r1=$1 |x1=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Containers
|gr1= Containers
Line 11: Line 10:
|arg= global
|arg= global


| Returns name of vest.
|descr= nameof vest.


| '''vest''' unit
|s1= [[vest]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]
Line 19: Line 18:
|r1= [[String]]
|r1= [[String]]


|x1= <code>_myVest = '''vest''' player;
|x1= <sqf>_myVest = vest player;</sqf>
</code>


|seealso= [[removeVest]], [[addVest]]
|seealso= [[removeVest]] [[addVest]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 11:25, 13 May 2022

Hover & click on the images for description

Description

Description:
nameof vest.
Groups:
ContainersUnit Inventory

Syntax

Syntax:
vest unit
Parameters:
unit: Object
Return Value:
String

Examples

Example 1:
_myVest = vest player;

Additional Information

See also:
removeVest addVest

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