CustomizeCharacterEntityData
Inherits from CustomizeBaseEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
customizeCharacterData | CustomizeCharacterData | nil |
Static members
Name | Type |
---|---|
CustomizeCharacterEntityData.typeInfo | TypeInformation |
Constructors
CustomizeCharacterEntityData
CustomizeCharacterEntityData()
Creates a new CustomizeCharacterEntityData frostbite instance.
CustomizeCharacterEntityData
CustomizeCharacterEntityData(guid: Guid)
Creates a new CustomizeCharacterEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CustomizeCharacterEntityData
CustomizeCharacterEntityData(other: CustomizeBaseEntityData)
Casts an instance of type CustomizeBaseEntityData to CustomizeCharacterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CustomizeBaseEntityData | The instance to cast to CustomizeCharacterEntityData. |
CustomizeCharacterEntityData
CustomizeCharacterEntityData(other: EntityData)
Casts an instance of type EntityData to CustomizeCharacterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to CustomizeCharacterEntityData. |
CustomizeCharacterEntityData
CustomizeCharacterEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to CustomizeCharacterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CustomizeCharacterEntityData. |
CustomizeCharacterEntityData
CustomizeCharacterEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CustomizeCharacterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CustomizeCharacterEntityData. |
CustomizeCharacterEntityData
CustomizeCharacterEntityData(other: DataContainer)
Casts an instance of type DataContainer to CustomizeCharacterEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CustomizeCharacterEntityData. |
Properties
customizeCharacterData
CustomizeCharacterData | nil
Static members
typeInfo
The type information for the CustomizeCharacterEntityData type.