flagSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(4 intermediate revisions by one other user not shown)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


|p1= flag: [[Object]] - flag |= Parameter 1
|p1= flag: [[Object]] - flag |PARAMETER1=


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


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


}}
}}

Revision as of 15:39, 7 April 2019

Hover & click on the images for description

Description

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

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