CustomizeCharacterData
Inherits from Asset
Summary
Constructors
CustomizeCharacterData() |
CustomizeCharacterData(guid: Guid) |
CustomizeCharacterData(other: Asset) |
CustomizeCharacterData(other: DataContainer) |
Properties
Name | Type |
---|---|
visualGroups | CustomizeVisual[] |
overrideCriticalHealthThreshold | float |
unlocks | UnlockAssetBase[] |
overrideMaxHealth | float |
clearVisualState | bool |
restoreToOriginalVisualState | bool |
Static members
Name | Type |
---|---|
CustomizeCharacterData.typeInfo | TypeInformation |
Constructors
CustomizeCharacterData
CustomizeCharacterData()
Creates a new CustomizeCharacterData frostbite instance.
CustomizeCharacterData
CustomizeCharacterData(guid: Guid)
Creates a new CustomizeCharacterData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CustomizeCharacterData
CustomizeCharacterData(other: Asset)
Casts an instance of type Asset to CustomizeCharacterData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to CustomizeCharacterData. |
CustomizeCharacterData
CustomizeCharacterData(other: DataContainer)
Casts an instance of type DataContainer to CustomizeCharacterData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CustomizeCharacterData. |
Properties
visualGroups
overrideCriticalHealthThreshold
float
unlocks
overrideMaxHealth
float
clearVisualState
bool
restoreToOriginalVisualState
bool
Static members
typeInfo
The type information for the CustomizeCharacterData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)