MedicBagEntityData
Inherits from ExplosionPackEntityData
Summary
Constructors
MedicBagEntityData() |
MedicBagEntityData(guid: Guid) |
MedicBagEntityData(other: ExplosionPackEntityData) |
MedicBagEntityData(other: MeshProjectileEntityData) |
MedicBagEntityData(other: ProjectileEntityData) |
MedicBagEntityData(other: GamePhysicsEntityData) |
MedicBagEntityData(other: GameEntityData) |
MedicBagEntityData(other: SpatialEntityData) |
MedicBagEntityData(other: EntityData) |
MedicBagEntityData(other: GameObjectData) |
MedicBagEntityData(other: GameDataContainer) |
MedicBagEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
healer | HealerData |
Static members
Name | Type |
---|---|
MedicBagEntityData.typeInfo | TypeInformation |
Constructors
MedicBagEntityData
MedicBagEntityData()
Creates a new MedicBagEntityData frostbite instance.
MedicBagEntityData
MedicBagEntityData(guid: Guid)
Creates a new MedicBagEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
MedicBagEntityData
MedicBagEntityData(other: ExplosionPackEntityData)
Casts an instance of type ExplosionPackEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ExplosionPackEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: MeshProjectileEntityData)
Casts an instance of type MeshProjectileEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MeshProjectileEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: ProjectileEntityData)
Casts an instance of type ProjectileEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProjectileEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GamePhysicsEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: EntityData)
Casts an instance of type EntityData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to MedicBagEntityData. |
MedicBagEntityData
MedicBagEntityData(other: DataContainer)
Casts an instance of type DataContainer to MedicBagEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to MedicBagEntityData. |
Properties
healer
Static members
typeInfo
The type information for the MedicBagEntityData type.