SoldierCustomizationAsset

Inherits from CharacterCustomizationAsset

Summary

Constructors

SoldierCustomizationAsset()
SoldierCustomizationAsset(guid: Guid)
SoldierCustomizationAsset(other: CharacterCustomizationAsset)
SoldierCustomizationAsset(other: Asset)
SoldierCustomizationAsset(other: DataContainer)

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

TypeInformation

The type information for the SoldierCustomizationAsset type.

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