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