C4 Engine
C4 Engine API Documentation

MapElement::GetNextMapElement

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

type *GetNextMapElement(voidconst;

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

MapElement::GetPreviousMapElement