C4 Engine
C4 Engine API Documentation

Registration::GetNextRegistration

Defined in:  C4Creation.h
Returns the next registration.
Prototype

regType *GetNextRegistration(voidconst;

Description
The GetNextRegistration function returns the next registration in the set of registrations for subclasses of the classType template parameter. If this function is called for the last registration in the set, then the return value is nullptr.
See Also

Registrable::GetFirstRegistration

Registrable::FindRegistration