BehaviourData

Inherits from UrgencyUserData

Summary

Constructors

BehaviourData()
BehaviourData(guid: Guid)
BehaviourData(other: UrgencyUserData)
BehaviourData(other: DataContainer)

Properties

Name Type
name string

Static members

Name Type
BehaviourData.typeInfo TypeInformation

Constructors

BehaviourData

BehaviourData()

Creates a new BehaviourData frostbite instance.

BehaviourData

BehaviourData(guid: Guid)

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

Parameters

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

BehaviourData

BehaviourData(other: UrgencyUserData)

Casts an instance of type UrgencyUserData to BehaviourData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UrgencyUserData The instance to cast to BehaviourData.

BehaviourData

BehaviourData(other: DataContainer)

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

Parameters

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

Properties

name

string

Static members

typeInfo

TypeInformation

The type information for the BehaviourData type.

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