Class WorldMarkerUtils
Inheritance
System.Object
WorldMarkerUtils
Assembly: Eco.Gameplay.dll
Syntax
public static class WorldMarkerUtils : Object
Methods
DebugTrackPos(Func<Vector3i>, String)
Declaration
public static WorldMarker DebugTrackPos(Func<Vector3i> getPos, string text)
Parameters
Type |
Name |
Description |
System.Func<Vector3i> |
getPos |
|
System.String |
text |
|
Returns
MakeMarkerGlobal(User, WorldMarker)
Removes a marker from the user's list and adds it to the global list.
Declaration
public static void MakeMarkerGlobal(User user, WorldMarker marker)
Parameters
MakeMarkerPersonal(User, WorldMarker)
Removes a marker from the global list and adds it to the user's list.
Declaration
public static void MakeMarkerPersonal(User user, WorldMarker marker)
Parameters
StopTracking(WorldMarker)
Declaration
public static void StopTracking(WorldMarker marker)
Parameters
TickMarkers()
Declaration
public static void TickMarkers()