SoldierAsset
Inherits from SoldierBlueprint
Summary
Constructors
SoldierAsset() |
SoldierAsset(guid: Guid) |
SoldierAsset(other: SoldierBlueprint) |
SoldierAsset(other: CharacterBlueprint) |
SoldierAsset(other: ObjectBlueprint) |
SoldierAsset(other: Blueprint) |
SoldierAsset(other: EntityBusData) |
SoldierAsset(other: DataBusData) |
SoldierAsset(other: Asset) |
SoldierAsset(other: DataContainer) |
Static members
Name | Type |
---|---|
SoldierAsset.typeInfo | TypeInformation |
Constructors
SoldierAsset
SoldierAsset()
Creates a new SoldierAsset frostbite instance.
SoldierAsset
SoldierAsset(guid: Guid)
Creates a new SoldierAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoldierAsset
SoldierAsset(other: SoldierBlueprint)
Casts an instance of type SoldierBlueprint to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SoldierBlueprint | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: CharacterBlueprint)
Casts an instance of type CharacterBlueprint to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | CharacterBlueprint | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: ObjectBlueprint)
Casts an instance of type ObjectBlueprint to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ObjectBlueprint | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: Blueprint)
Casts an instance of type Blueprint to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Blueprint | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: EntityBusData)
Casts an instance of type EntityBusData to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusData | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: DataBusData)
Casts an instance of type DataBusData to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataBusData | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: Asset)
Casts an instance of type Asset to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to SoldierAsset. |
SoldierAsset
SoldierAsset(other: DataContainer)
Casts an instance of type DataContainer to SoldierAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoldierAsset. |
Static members
typeInfo
The type information for the SoldierAsset type.