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