GenericTemplatePersistentData struct 16 bytes
GenericTemplatePersistentData
Inheritance
No base class.
Derived
None.
Properties
| Property | Type | |
|---|---|---|
primaryColorDefined | bool | scripted |
primaryColorR | byte | scripted |
primaryColorG | byte | scripted |
primaryColorB | byte | scripted |
secondaryColorDefined | bool | scripted |
secondaryColorR | byte | scripted |
secondaryColorG | byte | scripted |
secondaryColorB | byte | scripted |
lightsColorDefined | bool | scripted |
lightsColorHue | float | scripted |
Functions
static Color GetSecondaryColor(GenericTemplatePersistentData data)staticRTTI globalstatic void SetPrimaryColor(GenericTemplatePersistentData data, Color color)staticRTTI globalstatic void SetSecondaryColor(GenericTemplatePersistentData data, Color color)staticRTTI globalstatic bool Equals(GenericTemplatePersistentData dataA, GenericTemplatePersistentData dataB)staticRTTI globalstatic Color GetPrimaryColor(GenericTemplatePersistentData data)staticRTTI global