ProceduralAwarenessAntRefs

Inherits from DataContainer

Summary

Constructors

ProceduralAwarenessAntRefs()
ProceduralAwarenessAntRefs(guid: Guid)
ProceduralAwarenessAntRefs(other: DataContainer)

Properties

Name Type
proceduralAwarenessActive AntRef
proceduralAwarenessHumanIKActive AntRef
proceduralAwarenessData AntRef

Static members

Name Type
ProceduralAwarenessAntRefs.typeInfo TypeInformation

Constructors

ProceduralAwarenessAntRefs

ProceduralAwarenessAntRefs()

Creates a new ProceduralAwarenessAntRefs frostbite instance.

ProceduralAwarenessAntRefs

ProceduralAwarenessAntRefs(guid: Guid)

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

Parameters

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

ProceduralAwarenessAntRefs

ProceduralAwarenessAntRefs(other: DataContainer)

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

Parameters

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

Properties

proceduralAwarenessActive

AntRef

proceduralAwarenessHumanIKActive

AntRef

proceduralAwarenessData

AntRef

Static members

typeInfo

TypeInformation

The type information for the ProceduralAwarenessAntRefs type.

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