flagTexture: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (command group: Flags)
Line 9: Line 9:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
|gr1= Flags |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 16:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''flagTexture''' flagCarrier |SYNTAX=
| [[flagTexture]] flagCarrier |SYNTAX=


|p1= flagCarrier: [[Object]] - flag or person |PARAMETER1=
|p1= flagCarrier: [[Object]] - flag or person |PARAMETER1=

Revision as of 21:10, 9 September 2020

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, use getForcedFlagTexture for that.
Groups:
Flags

Syntax

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

Examples

Example 1:
_flagTexture = flagTexture _flag1;

Additional Information

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