vest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
|version1= 0.50


|0.50
|gr1= Containers
 
|gr1 = Containers


|gr2= Unit Inventory
|gr2= Unit Inventory
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]]


| [[String]]
|r1= [[String]]
 
 
|x1= <code>_myVest = '''vest''' player;
</code>
 


| [[removeVest]], [[addVest]]
|x1= <sqf>_myVest = vest player;</sqf>


|
|seealso= [[removeVest]] [[addVest]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

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