AISettingsData

Inherits from Asset

Summary

Constructors

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

Properties

Name Type
soundEnvironmentConstants SoundEnvironmentConstantData | nil
coverConstants CoverConstantData | nil
decisionConstants DecisionConstantData | nil
positionEvaluationConstants PositionEvaluationConstantData | nil
timingConstants TimingConstantData | nil
debugConstants DebugConstantData | nil
readinessLevels ReadinessLevels
defaultBehaviourTemplate BehaviourTemplateData | nil
defaultVehicleType AIVehicleBehaviourData | nil

Static members

Name Type
AISettingsData.typeInfo TypeInformation

Constructors

AISettingsData

AISettingsData()

Creates a new AISettingsData frostbite instance.

AISettingsData

AISettingsData(guid: Guid)

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

Parameters

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

AISettingsData

AISettingsData(other: Asset)

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

Parameters

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

AISettingsData

AISettingsData(other: DataContainer)

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

Parameters

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

Properties

soundEnvironmentConstants

SoundEnvironmentConstantData | nil

coverConstants

CoverConstantData | nil

decisionConstants

DecisionConstantData | nil

positionEvaluationConstants

PositionEvaluationConstantData | nil

timingConstants

TimingConstantData | nil

debugConstants

DebugConstantData | nil

readinessLevels

ReadinessLevels

defaultBehaviourTemplate

BehaviourTemplateData | nil

defaultVehicleType

AIVehicleBehaviourData | nil

Static members

typeInfo

TypeInformation

The type information for the AISettingsData type.

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