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