MedicBagWeaponData

Inherits from WeaponData

Summary

Constructors

MedicBagWeaponData()
MedicBagWeaponData(guid: Guid)
MedicBagWeaponData(other: WeaponData)
MedicBagWeaponData(other: ToolData)
MedicBagWeaponData(other: DataContainer)

Properties

Name Type
healer HealerData
healthPointsRefillSpeed float
healthPointsPerBag float

Static members

Name Type
MedicBagWeaponData.typeInfo TypeInformation

Constructors

MedicBagWeaponData

MedicBagWeaponData()

Creates a new MedicBagWeaponData frostbite instance.

MedicBagWeaponData

MedicBagWeaponData(guid: Guid)

Creates a new MedicBagWeaponData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MedicBagWeaponData

MedicBagWeaponData(other: WeaponData)

Casts an instance of type WeaponData to MedicBagWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WeaponData The instance to cast to MedicBagWeaponData.

MedicBagWeaponData

MedicBagWeaponData(other: ToolData)

Casts an instance of type ToolData to MedicBagWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ToolData The instance to cast to MedicBagWeaponData.

MedicBagWeaponData

MedicBagWeaponData(other: DataContainer)

Casts an instance of type DataContainer to MedicBagWeaponData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MedicBagWeaponData.

Properties

healer

HealerData

healthPointsRefillSpeed

float

healthPointsPerBag

float

Static members

typeInfo

TypeInformation

The type information for the MedicBagWeaponData type.

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