武装突袭 Wiki
Advertisement
Introduced with Operation Flashpoint version 1.00
  Arguments of this scripting command have to be local to the client the command is executed onEffects of this scripting command are broadcasted over the network and happen on every computer in the network

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.00

描述

描述:
Sets 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.

基本句法

句法:
flag setFlagTexture texture
参数:
flag: Object
texture: String
返回值:
Nothing

范例

范例1:
_flagE setFlagTexture "\ca\misc\data\sever_vlajka.paa";
范例2:
_flagW setFlagTexture "\ca\misc\data\usa_vlajka.paa";
范例3:
flag1 setFlagTexture "\A3\Data_F\Flags\Flag_red_CO.paa";
范例4:
flagARMA3 setFlagTexture "\a3\ui_f\data\Logos\arma3_expansion_ca.paa";
范例5:
Capturable OPFOR flag:private _flag = "FlagPole_F" createVehicle position player; _flag setFlagTexture "\A3\Data_F\Flags\Flag_CSAT_CO.paa"; _flag setFlagSide east;

额外资讯

多人游戏:
-
也可以看看:
flagflagOwnersetFlagOwnersetFlagSidesetObjectTexturesetObjectTextureGlobalflagSideflagTextureFlag Textures

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Advertisement