FormationData
Inherits from GameDataContainer
Summary
Constructors
FormationData() |
FormationData(guid: Guid) |
FormationData(other: GameDataContainer) |
FormationData(other: DataContainer) |
Properties
Name | Type |
---|---|
positions | Vec3[] |
name | string |
Static members
Name | Type |
---|---|
FormationData.typeInfo | TypeInformation |
Constructors
FormationData
FormationData()
Creates a new FormationData frostbite instance.
FormationData
FormationData(guid: Guid)
Creates a new FormationData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FormationData
FormationData(other: GameDataContainer)
Casts an instance of type GameDataContainer to FormationData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to FormationData. |
FormationData
FormationData(other: DataContainer)
Casts an instance of type DataContainer to FormationData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FormationData. |
Properties
positions
Vec3[]
name
string
Static members
typeInfo
The type information for the FormationData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)