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