flagTexture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Added note about forceFlagTexture)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns texture of the [[local]] instance of the flag. A getter for [[setFlagTexture]]. |= Description
| Returns texture of the [[local]] instance of the flag. A getter for [[setFlagTexture]]. It will not return flag textures applied using [[forceFlagTexture]]. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:42, 22 March 2017

Hover & click on the images for description

Description

Description:
Returns texture of the local instance of the flag. A getter for setFlagTexture. It will not return flag textures applied using forceFlagTexture.
Groups:
Uncategorised

Syntax

Syntax:
flagTexture flagCarrier
Parameters:
flagCarrier: Object - flag or person
Return Value:
String

Examples

Example 1:
_flagTexture = flagTexture _flag1;

Additional Information

See also:
setFlagTextureflagflagOwnersetFlagOwnerflagSidesetFlagSidesetFlagAnimationPhaseflagAnimationPhaseforceFlagTextureFlag 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