C4 Engine Terathon Software C4 Engine API Documentation

• World Manager

API Links
Developer Links

class Marker

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

class Marker : public Node, public ListElement<Marker>

Member Functions
Marker::GetMarkerType Returns the type of a marker.
Constructor

Marker(MarkerType type);

The constructor has protected access. A Marker class can only exist as the base class for a more specific type of marker.
Parameters
type The type of the marker. See below for a list of possible types.
Description


kMarkerLocator Locator marker.
kMarkerConnection Connection marker.
kMarkerCube Cube environment map marker.
kMarkerPath Path marker.
Base Classes
Node A Marker node is a scene graph node.
ListElement<Marker> Markers are stored in a list owned by their containing zone.