BFAISystem

Inherits from AISystemAsset

Summary

Constructors

BFAISystem()
BFAISystem(guid: Guid)
BFAISystem(other: AISystemAsset)
BFAISystem(other: GameAISystem)
BFAISystem(other: Asset)
BFAISystem(other: DataContainer)

Static members

Name Type
BFAISystem.typeInfo TypeInformation

Constructors

BFAISystem

BFAISystem()

Creates a new BFAISystem frostbite instance.

BFAISystem

BFAISystem(guid: Guid)

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

Parameters

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

BFAISystem

BFAISystem(other: AISystemAsset)

Casts an instance of type AISystemAsset to BFAISystem. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AISystemAsset The instance to cast to BFAISystem.

BFAISystem

BFAISystem(other: GameAISystem)

Casts an instance of type GameAISystem to BFAISystem. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameAISystem The instance to cast to BFAISystem.

BFAISystem

BFAISystem(other: Asset)

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

Parameters

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

BFAISystem

BFAISystem(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the BFAISystem type.

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