StatsCategoryWeaponData
Inherits from StatsCategoryGuidData
Summary
Constructors
Properties
Name | Type |
---|---|
soldierWeaponId | int |
accessoryUnlockGates | CriteriaGateList | nil |
unlocksInfo | BasicUnlockInfo[] |
Static members
Name | Type |
---|---|
StatsCategoryWeaponData.typeInfo | TypeInformation |
Constructors
StatsCategoryWeaponData
StatsCategoryWeaponData()
Creates a new StatsCategoryWeaponData frostbite instance.
StatsCategoryWeaponData
StatsCategoryWeaponData(guid: Guid)
Creates a new StatsCategoryWeaponData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StatsCategoryWeaponData
StatsCategoryWeaponData(other: StatsCategoryGuidData)
Casts an instance of type StatsCategoryGuidData to StatsCategoryWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | StatsCategoryGuidData | The instance to cast to StatsCategoryWeaponData. |
StatsCategoryWeaponData
StatsCategoryWeaponData(other: StatsCategoryBaseData)
Casts an instance of type StatsCategoryBaseData to StatsCategoryWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | StatsCategoryBaseData | The instance to cast to StatsCategoryWeaponData. |
StatsCategoryWeaponData
StatsCategoryWeaponData(other: TreeNodeBase)
Casts an instance of type TreeNodeBase to StatsCategoryWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TreeNodeBase | The instance to cast to StatsCategoryWeaponData. |
StatsCategoryWeaponData
StatsCategoryWeaponData(other: DataContainer)
Casts an instance of type DataContainer to StatsCategoryWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StatsCategoryWeaponData. |
Properties
soldierWeaponId
int
accessoryUnlockGates
CriteriaGateList | nil
unlocksInfo
Static members
typeInfo
The type information for the StatsCategoryWeaponData type.