AIEntryData
Inherits from GameAIEntryData
Summary
Constructors
AIEntryData() |
AIEntryData(guid: Guid) |
AIEntryData(other: GameAIEntryData) |
AIEntryData(other: Asset) |
AIEntryData(other: DataContainer) |
Properties
Name | Type |
---|---|
equipmentType | AIVehicleBehaviourData | nil |
armament | ArmamentData | nil |
mobility | MobilityData | nil |
strengthType | StrengthType |
reuseTime | float |
forbidden | bool |
hasExposedSoldier | bool |
interludeOnly | bool |
invalidForAI | bool |
Static members
Name | Type |
---|---|
AIEntryData.typeInfo | TypeInformation |
Constructors
AIEntryData
AIEntryData()
Creates a new AIEntryData frostbite instance.
AIEntryData
AIEntryData(guid: Guid)
Creates a new AIEntryData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AIEntryData
AIEntryData(other: GameAIEntryData)
Casts an instance of type GameAIEntryData to AIEntryData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameAIEntryData | The instance to cast to AIEntryData. |
AIEntryData
AIEntryData(other: Asset)
Casts an instance of type Asset to AIEntryData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to AIEntryData. |
AIEntryData
AIEntryData(other: DataContainer)
Casts an instance of type DataContainer to AIEntryData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AIEntryData. |
Properties
equipmentType
AIVehicleBehaviourData | nil
armament
ArmamentData | nil
mobility
MobilityData | nil
strengthType
reuseTime
float
forbidden
bool
hasExposedSoldier
bool
interludeOnly
bool
invalidForAI
bool
Static members
typeInfo
The type information for the AIEntryData type.