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