C4 Engine
C4 Engine API Documentation

Registration::GetPreviousRegistration

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

regType *GetPreviousRegistration(voidconst;

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

Registrable::GetLastRegistration

Registrable::FindRegistration