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