![]() |
Plasma Engine
2.0
|
Variant type registry allows for custom variant type infos to be accessed. More...
#include <VariantTypeRegistry.h>
Public Member Functions | |
| const plVariantTypeInfo * | FindVariantTypeInfo (const plRTTI *pType) const |
| Find the variant type info for the given plRTTI type. | |
Variant type registry allows for custom variant type infos to be accessed.
Custom variant types are defined via the PL_DECLARE_CUSTOM_VARIANT_TYPE and PL_DEFINE_CUSTOM_VARIANT_TYPE macros.
| const plVariantTypeInfo * plVariantTypeRegistry::FindVariantTypeInfo | ( | const plRTTI * | pType | ) | const |
Find the variant type info for the given plRTTI type.