SoldierWeaponMultiUnlock

Inherits from UnlockUserDataBase

Summary

Constructors

SoldierWeaponMultiUnlock()
SoldierWeaponMultiUnlock(guid: Guid)
SoldierWeaponMultiUnlock(other: UnlockUserDataBase)
SoldierWeaponMultiUnlock(other: Asset)
SoldierWeaponMultiUnlock(other: DataContainer)

Properties

Name Type
first UnlockAssetBase | nil
unlockAssetPairs UnlockAssetPair[]

Static members

Name Type
SoldierWeaponMultiUnlock.typeInfo TypeInformation

Constructors

SoldierWeaponMultiUnlock

SoldierWeaponMultiUnlock()

Creates a new SoldierWeaponMultiUnlock frostbite instance.

SoldierWeaponMultiUnlock

SoldierWeaponMultiUnlock(guid: Guid)

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

Parameters

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

SoldierWeaponMultiUnlock

SoldierWeaponMultiUnlock(other: UnlockUserDataBase)

Casts an instance of type UnlockUserDataBase to SoldierWeaponMultiUnlock. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UnlockUserDataBase The instance to cast to SoldierWeaponMultiUnlock.

SoldierWeaponMultiUnlock

SoldierWeaponMultiUnlock(other: Asset)

Casts an instance of type Asset to SoldierWeaponMultiUnlock. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SoldierWeaponMultiUnlock.

SoldierWeaponMultiUnlock

SoldierWeaponMultiUnlock(other: DataContainer)

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

Parameters

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

Properties

first

UnlockAssetBase | nil

unlockAssetPairs

UnlockAssetPair[]

Static members

typeInfo

TypeInformation

The type information for the SoldierWeaponMultiUnlock type.

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