Difference between revisions of "setFlagTexture"
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) |
||
Line 15: | Line 15: | ||
If texture is "", flag is not drawn.<br> | If texture is "", flag is not drawn.<br> | ||
Custom texture can be used, as long as it is in *.jpg format, and has dimensions of 200px*200px.<br> | Custom texture can be used, as long as it is in *.jpg format, and has dimensions of 200px*200px.<br> | ||
− | The page [[Flag Textures]] shows which textures are available in each game.|= Description | + | The page [[Flag Textures]] shows which textures are available in each game. |
+ | |||
+ | NOTE: In MP this command has to be executed where Flag Pole is [[local]]. If you add Flag Pole in the editor, it will be local to the server, so executing [[setFlagTexture]] on the server will change flag texture on all clients. The command is also persistent and is synchronised for JIP clients.|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 27: | Line 29: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | |x1= < | + | |x1= <code>_flagE [[setFlagTexture]] "\ca\misc\data\sever_vlajka.paa";</code> |= Example 1 |
− | |x2= < | + | |x2= <code>_flagW [[setFlagTexture]] "\ca\misc\data\usa_vlajka.paa";</code> |= Example 2 |
+ | |x3= <code>flag1 [[setFlagTexture]] "\A3\Data_F\Flags\Flag_red_CO.paa";</code> |= Example 3 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [[setObjectTexture]] |= See also |
}} | }} |
Revision as of 12:24, 6 September 2013
Hover & click on the images for descriptions
Description
- Description:
-
Set flag texture.
If texture is "", flag is not drawn.
Custom texture can be used, as long as it is in *.jpg format, and has dimensions of 200px*200px.
The page Flag Textures shows which textures are available in each game. NOTE: In MP this command has to be executed where Flag Pole is local. If you add Flag Pole in the editor, it will be local to the server, so executing setFlagTexture on the server will change flag texture on all clients. The command is also persistent and is synchronised for JIP clients.
Syntax
Examples
- Example 1:
-
_flagE setFlagTexture "\ca\misc\data\sever_vlajka.paa";
- Example 2:
-
_flagW setFlagTexture "\ca\misc\data\usa_vlajka.paa";
- Example 3:
-
flag1 setFlagTexture "\A3\Data_F\Flags\Flag_red_CO.paa";
Additional Information
- See also:
- setObjectTexture
- Groups:
- Uncategorised
Notes
Notes
Categories:
- Pages using duplicate arguments in template calls
- Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: Uncategorised
- Introduced with Operation Flashpoint version 1.00
- Commands utilizing local arguments
- Commands with global effects
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters