| scardoc;Marker |
| Functions |
| AllMarkersFromName( String name, String type ) | |
|
从任务编辑器返回所有具有指定名称的ScarMarker。如果不关心类型,请传入空字符串("")。【功能:获取所有指定名称的标记】 The type is defined in the markers list of the mission editor when placing markers.\n |
|
| Source: [E:\P4Share\engine\source\runtime\simulation\public\simulation\markers\MarkerManager.cpp] (67) | |
| Marker_GetSequence( String name, String type ) | |
|
构建一个按序列命名的MarkerID表。例如,名称"spot"将找到标记"spot1"、"spot2"等,直到找不到标记为止。【功能:获取序列命名的标记ID列表】 |
|
| Source: [E:\P4Share\engine\assets\engine\scar\scarutil.scar] (3322) | |
| MarkerCountFromName( String name, String type ) | |
|
返回具有指定名称的ScarMarker数量。如果不关心类型,请传入空字符串("")。【功能:统计指定名称的标记数量】 The type is defined in the markers list of the mission editor when placing markers. |
|
| Source: [E:\P4Share\engine\source\runtime\simulation\public\simulation\markers\MarkerManager.cpp] (32) | |