武装突袭 Wiki
Advertisement
Introduced with Operation Flashpoint version 1.5
  Arguments of this scripting command don't have to be local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.5

描述

描述:
Get type of marker. Note: This function is identical to getMarkerType. See cfgMarkers for a list of standard markers.

基本句法

句法:
String = markerType markerName
参数:
markerName: String
返回值:
String. See cfgMarkers.

范例

范例1:
if (markerType "Marker1" == "Empty") then {hint "Marker1 is not an icon!"}

额外资讯

多人游戏:
-
也可以看看:
cfgMarkerssetMarkerTypesetMarkerTypeLocal

注意事项

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

Notes

Posted on March 17, 2014
Waffle SS.
Using markerType is a good method to determine if a string is a valid marker name, unless the marker type isn't set. if (markerType "mark1" != "") then {hint "valid marker"}

Bottom Section

Advertisement