MedicBagHealingSphereEntityData

Inherits from ExplosionPackEntityData

Summary

Constructors

MedicBagHealingSphereEntityData()
MedicBagHealingSphereEntityData(guid: Guid)
MedicBagHealingSphereEntityData(other: ExplosionPackEntityData)
MedicBagHealingSphereEntityData(other: MeshProjectileEntityData)
MedicBagHealingSphereEntityData(other: ProjectileEntityData)
MedicBagHealingSphereEntityData(other: GamePhysicsEntityData)
MedicBagHealingSphereEntityData(other: GameEntityData)
MedicBagHealingSphereEntityData(other: SpatialEntityData)
MedicBagHealingSphereEntityData(other: EntityData)
MedicBagHealingSphereEntityData(other: GameObjectData)
MedicBagHealingSphereEntityData(other: GameDataContainer)
MedicBagHealingSphereEntityData(other: DataContainer)

Properties

Name Type
healer HealingSphereData

Static members

Name Type
MedicBagHealingSphereEntityData.typeInfo TypeInformation

Constructors

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData()

Creates a new MedicBagHealingSphereEntityData frostbite instance.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(guid: Guid)

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

Parameters

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

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: ExplosionPackEntityData)

Casts an instance of type ExplosionPackEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ExplosionPackEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: MeshProjectileEntityData)

Casts an instance of type MeshProjectileEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MeshProjectileEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: ProjectileEntityData)

Casts an instance of type ProjectileEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProjectileEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: EntityData)

Casts an instance of type EntityData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to MedicBagHealingSphereEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to MedicBagHealingSphereEntityData.

MedicBagHealingSphereEntityData

MedicBagHealingSphereEntityData(other: DataContainer)

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

Parameters

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

Properties

healer

HealingSphereData

Static members

typeInfo

TypeInformation

The type information for the MedicBagHealingSphereEntityData type.

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