flagSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|gr1= Flags |GROUP1=
|gr1= Flags |GROUP1=
____________________________________________________________________________________________


| Returns [[Side]] of the [[local]] instance of the flag. A getter for [[setFlagSide]].|DESCRIPTION=
| Returns [[Side]] of the [[local]] instance of the flag. A getter for [[setFlagSide]].|DESCRIPTION=
____________________________________________________________________________________________


| [[flagSide]] flag |SYNTAX=
| [[flagSide]] flag |SYNTAX=
Line 21: Line 18:


| [[Side]] |RETURNVALUE=
| [[Side]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>_flagSide =  [[flagSide]] flag;</code> |EXAMPLE1=
|x1= <code>_flagSide =  [[flagSide]] flag;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[setFlagSide]], [[flag]], [[flagOwner]], [[setFlagOwner]], [[flagTexture]], [[setFlagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |SEEALSO=
| [[setFlagSide]], [[flag]], [[flagOwner]], [[setFlagOwner]], [[flagTexture]], [[setFlagTexture]], [[setFlagAnimationPhase]], [[flagAnimationPhase]], [[forceFlagTexture]], [[getForcedFlagTexture]], [[Flag Textures]] |SEEALSO=

Revision as of 02:21, 17 January 2021

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:
setFlagSideflagflagOwnersetFlagOwnerflagTexturesetFlagTexturesetFlagAnimationPhaseflagAnimationPhaseforceFlagTexturegetForcedFlagTextureFlag 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

Notes

Bottom Section