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