C4 Engine
C4 Engine API Documentation

MapElement::GetPreviousMapElement

Defined in:  TSMap.h
Returns the previous element in a map.
Prototype

type *GetPreviousMapElement(voidconst;

Description
The GetPreviousMapElement function returns a pointer to the element immediately preceding an object in its owning map. If the object is the first element in a map, or the object does not belong to a map, then the return value is nullptr.
See Also

MapElement::GetNextMapElement