UnlockableColorCollection

Inherits from DataContainer

Summary

Constructors

UnlockableColorCollection()
UnlockableColorCollection(guid: Guid)
UnlockableColorCollection(other: DataContainer)

Properties

Name Type
defaultValue ColorReference | nil
possibleValues ColorUnlockPartData[]

Static members

Name Type
UnlockableColorCollection.typeInfo TypeInformation

Constructors

UnlockableColorCollection

UnlockableColorCollection()

Creates a new UnlockableColorCollection frostbite instance.

UnlockableColorCollection

UnlockableColorCollection(guid: Guid)

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

Parameters

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

UnlockableColorCollection

UnlockableColorCollection(other: DataContainer)

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

Parameters

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

Properties

defaultValue

ColorReference | nil

possibleValues

ColorUnlockPartData[]

Static members

typeInfo

TypeInformation

The type information for the UnlockableColorCollection type.

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