Difference between revisions of "setFlagTexture"

From Bohemia Interactive Community
Jump to navigation Jump to search
m
Line 1: Line 1:
[[Category:Scripting Commands|SETFLAGTEXTURE]]
+
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SETFLAGTEXTURE]]
+
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|SETFLAGTEXTURE]]
 
[[Category:Scripting Commands ArmA|SETFLAGTEXTURE]]
 
  
 +
| ofp |= Game name
  
<h2 style="color:#000066">'''''flag'' setFlagTexture ''texture'''''</h2>
+
|1.00|= Game version
 +
____________________________________________________________________________________________
  
 +
| Set flag texture.
 +
If texture is "", flag is not drawn. |= Description
 +
____________________________________________________________________________________________
  
'''Operand types:'''
+
| flag '''setFlagTexture''' texture |= Syntax
  
'''flag:''' [[Object]]
+
|p1= flag: [[Object]] |= Parameter 1
  
'''texture:''' [[String]]
+
|p2= texture: [[String]] |= Parameter 2
  
'''Type of returned value:'''
+
| [[Nothing]] |= Return value
 +
____________________________________________________________________________________________
 +
 
 +
|x1= <pre>flag1 setFlagTexture "usa_vlajka.pac"</pre> |= Example 1
 +
____________________________________________________________________________________________
  
[[Nothing]]
+
|  |= See also
  
'''Description:'''
+
}}
  
Set '''flag texture'''.<br>
+
<h3 style="display:none">Notes</h3>
If '''texture''' is '''""''', flag is not drawn.
+
<dl class="command_description">
 +
<!-- Note Section BEGIN -->
  
 +
<!-- Note Section END -->
 +
</dl>
  
'''Example:'''
+
<h3 style="display:none">Bottom Section</h3>
 +
Old Notes (temporary):
  
flag1 '''setFlagTexture''' "usa_vlajka.pac"
+
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
'''Comments:'''
+
flag1 setflagtexture "\flags\fia.jpg" ...... Resistance flag
 
+
[[Category:Scripting Commands|SETFLAGTEXTURE]]
Flashpoint comes with an addon called '''Flags.pbo''' which contains all the flags of the world.
+
[[Category:Scripting Commands OFP 1.96|SETFLAGTEXTURE]]
 
+
[[Category:Scripting Commands OFP 1.46|SETFLAGTEXTURE]]
You can find it in the addons folder.<br>
+
[[Category:Scripting Commands ArmA|SETFLAGTEXTURE]]
To use a flag texture from there use:
 
 
 
flag1 '''setflagtexture''' "\flags\usa.jpg" ...... USA flag<br>
 
flag1 '''setflagtexture''' "\flags\ussr.jpg" ...... USSR flag<br>
 
flag1 '''setflagtexture''' "\flags\fia.jpg" ...... Resistance flag
 

Revision as of 00:12, 2 August 2006

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

Bottom Section

Old Notes (temporary):

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