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