C4 Engine
C4 Engine API Documentation

class LocatorMarker

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

class LocatorMarker final : 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 specific type of marker.