GunMasterKillCounterEntityData

Inherits from EntityData

Summary

Constructors

GunMasterKillCounterEntityData()
GunMasterKillCounterEntityData(guid: Guid)
GunMasterKillCounterEntityData(other: EntityData)
GunMasterKillCounterEntityData(other: GameObjectData)
GunMasterKillCounterEntityData(other: GameDataContainer)
GunMasterKillCounterEntityData(other: DataContainer)

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

GunMasterWeaponsPreset[]

Static members

typeInfo

TypeInformation

The type information for the GunMasterKillCounterEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)