AbstractAwardData

Inherits from TreeNodeBase

Summary

Constructors

AbstractAwardData()
AbstractAwardData(guid: Guid)
AbstractAwardData(other: TreeNodeBase)
AbstractAwardData(other: DataContainer)

Static members

Name Type
AbstractAwardData.typeInfo TypeInformation

Constructors

AbstractAwardData

AbstractAwardData()

Creates a new AbstractAwardData frostbite instance.

AbstractAwardData

AbstractAwardData(guid: Guid)

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

Parameters

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

AbstractAwardData

AbstractAwardData(other: TreeNodeBase)

Casts an instance of type TreeNodeBase to AbstractAwardData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeNodeBase The instance to cast to AbstractAwardData.

AbstractAwardData

AbstractAwardData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the AbstractAwardData type.

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