武装突袭 Wiki
Advertisement
  Effects of this scripting command are broadcasted over the network and happen on every computer in the network

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.00

描述

描述:
Sets the text label of an existing marker.

基本句法

句法:
markerName setMarkerText text
参数:
markerName: String
text: String
返回值:
Nothing

范例

范例1:
"Marker1" setMarkerText "You are here.";

额外资讯

多人游戏:
setMarkerText is global. All other setMarker commands seem to be Local.
也可以看看:
setMarkerBrushsetMarkerColorsetMarkerDirsetMarkerPossetMarkerShapesetMarkerSizesetMarkerTypesetMarkerAlpha

注意事项

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

Notes

Unknown
createMarker is GLOBAL in multiplayer, so all markers created with it exist for all clients. But they are not visible. Almost all setMarker commands can then be used for different effects on LOCAL clients.
BUT if you use the setMarkerText command, then the marker will become visible to all clients since the command is GLOBAL.

Bottom Section

Advertisement