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