C4 Engine Terathon Software C4 Engine API Documentation

• Utility Library

API Links
Developer Links

MapElement::Next

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

type *Next(voidconst;

Description
The Next 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::Previous