C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class LocatorMarker

Defined in:  C4Markers.h
The LocatorMarker class represents a locator marker node in a world.
Definition

class LocatorMarker : public Marker

Member Functions
LocatorMarker::GetLocatorType Returns the locator type.
LocatorMarker::SetLocatorType Sets the locator type.
Constructor

LocatorMarker(LocatorType type);

Parameters
type The type of the locator.
Description


Base Classes
Marker A locator marker is a type of marker.