WeaponUnlockPickupEntityData

Inherits from PickupEntityData

Summary

Constructors

WeaponUnlockPickupEntityData()
WeaponUnlockPickupEntityData(guid: Guid)
WeaponUnlockPickupEntityData(other: PickupEntityData)
WeaponUnlockPickupEntityData(other: GamePhysicsEntityData)
WeaponUnlockPickupEntityData(other: GameEntityData)
WeaponUnlockPickupEntityData(other: SpatialEntityData)
WeaponUnlockPickupEntityData(other: EntityData)
WeaponUnlockPickupEntityData(other: GameObjectData)
WeaponUnlockPickupEntityData(other: GameDataContainer)
WeaponUnlockPickupEntityData(other: DataContainer)

Properties

Name Type
weapons WeaponUnlockPickupData[]
useForPersistence bool
randomlySelectOneWeapon bool

Static members

Name Type
WeaponUnlockPickupEntityData.typeInfo TypeInformation

Constructors

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData()

Creates a new WeaponUnlockPickupEntityData frostbite instance.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(guid: Guid)

Creates a new WeaponUnlockPickupEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: PickupEntityData)

Casts an instance of type PickupEntityData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PickupEntityData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: EntityData)

Casts an instance of type EntityData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to WeaponUnlockPickupEntityData.

WeaponUnlockPickupEntityData

WeaponUnlockPickupEntityData(other: DataContainer)

Casts an instance of type DataContainer to WeaponUnlockPickupEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to WeaponUnlockPickupEntityData.

Properties

weapons

WeaponUnlockPickupData[]

useForPersistence

bool

randomlySelectOneWeapon

bool

Static members

typeInfo

TypeInformation

The type information for the WeaponUnlockPickupEntityData type.

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