FormationHolder

Inherits from Asset

Summary

Constructors

FormationHolder()
FormationHolder(guid: Guid)
FormationHolder(other: Asset)
FormationHolder(other: DataContainer)

Properties

Name Type
formations FormationData[]

Static members

Name Type
FormationHolder.typeInfo TypeInformation

Constructors

FormationHolder

FormationHolder()

Creates a new FormationHolder frostbite instance.

FormationHolder

FormationHolder(guid: Guid)

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

Parameters

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

FormationHolder

FormationHolder(other: Asset)

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

Parameters

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

FormationHolder

FormationHolder(other: DataContainer)

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

Parameters

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

Properties

formations

FormationData[]

Static members

typeInfo

TypeInformation

The type information for the FormationHolder type.

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