setFlagTexture

From Bohemia Interactive Community
Revision as of 18:29, 2 August 2006 by Hoz (talk | contribs) (moved notes)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Set flag texture. If texture is "", flag is not drawn.
Groups:
Uncategorised

Syntax

Syntax:
flag setFlagTexture texture
Parameters:
flag: Object
texture: String
Return Value:
Nothing

Examples

Example 1:
flag1 setFlagTexture "usa_vlajka.pac"

Additional Information

See also:
See also needed

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

Flashpoint comes with an addon called Flags.pbo which contains all the flags of the world. You can find it in the addons folder. To use a flag texture from there use: flag1 setflagtexture "\flags\usa.jpg" ...... USA flag flag1 setflagtexture "\flags\ussr.jpg" ...... USSR flag flag1 setflagtexture "\flags\fia.jpg" ...... Resistance flag

Bottom Section