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