flagSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-\r\n]+) *- *F([a-z])" to "$1 - f$2")
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.54
|1.54


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


| Returns [[Side]] of the [[local]] instance of the flag. A getter for [[setFlagSide]].
|descr= Returns [[Side]] of the [[Multiplayer Scripting#Locality|local]] instance of the flag. A getter for [[setFlagSide]].


| [[flagSide]] flag
|s1= [[flagSide]] flag


|p1= flag: [[Object]] - flag
|p1= flag: [[Object]] - flag


| [[Side]]
|r1= [[Side]]
 
|x1= <code>_flagSide =  [[flagSide]] flag;</code>


| [[setFlagSide]], [[flag]], [[flagOwner]], [[setFlagOwner]], [[flagTexture]], [[setFlagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]]
|x1= <sqf>_flagSide =  flagSide flag;</sqf>


|seealso= [[setFlagSide]] [[Arma 3: Flag Textures]]
}}
}}
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETFLAGSIDE]]
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 15:11, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns Side of the local instance of the flag. A getter for setFlagSide.
Groups:
Flags

Syntax

Syntax:
flagSide flag
Parameters:
flag: Object - flag
Return Value:
Side

Examples

Example 1:
_flagSide = flagSide flag;

Additional Information

See also:
setFlagSide Arma 3: Flag Textures

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