setFlagTexture

From Bohemia Interactive Community
Revision as of 17:36, 4 May 2006 by Planck (talk | contribs)
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.


flag setFlagTexture texture


Operand types:

flag: Object

texture: String

Type of returned value:

Nothing

Description:

Set flag texture.
If texture is "", flag is not drawn.


Example:

flag1 setFlagTexture "usa_vlajka.pac"


Comments:

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