CustomizeSoldierEntityData

Inherits from CustomizeBaseEntityData

Summary

Constructors

CustomizeSoldierEntityData()
CustomizeSoldierEntityData(guid: Guid)
CustomizeSoldierEntityData(other: CustomizeBaseEntityData)
CustomizeSoldierEntityData(other: EntityData)
CustomizeSoldierEntityData(other: GameObjectData)
CustomizeSoldierEntityData(other: GameDataContainer)
CustomizeSoldierEntityData(other: DataContainer)

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

TypeInformation

The type information for the CustomizeSoldierEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)