C4 Engine Terathon Software C4 Engine API Documentation

• System Utilities

API Links
Developer Links

Registrable::FindRegistration

Defined in:  C4Construction.h
Returns a specific registration.
Prototype

static regType *FindRegistration(Type type);

Parameters
type The type of the subclass.
Description
The FindRegistration function returns a pointer to the registration object corresponding to the subclass type specified by the type parameter. If no such registration exists, then the return value is nullptr.
See Also

Registrable::GetFirstRegistration

Registration