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