flagTexture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
(syntax)
Line 18: Line 18:
|p1= flagCarrier: [[Object]] - flag or person |= Parameter 1
|p1= flagCarrier: [[Object]] - flag or person |= Parameter 1


| [[Side]] |= Return value
| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_flagTexture = [[flagTexture]] flag;</code> |= Example 1
|x1= <code>_flagTexture = [[flagTexture]] _flag1;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 01:12, 9 December 2016

Hover & click on the images for description

Description

Description:
Returns texture of the local instance of the flag. A getter for setFlagTexture.
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:
setFlagTextureflagflagOwnersetFlagOwnerflagSidesetFlagSidesetFlagAnimationPhasegetFlagAnimationPhaseFlag 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