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