OrEntityData

Inherits from EntityData

Summary

Constructors

OrEntityData()
OrEntityData(guid: Guid)
OrEntityData(other: EntityData)
OrEntityData(other: GameObjectData)
OrEntityData(other: GameDataContainer)
OrEntityData(other: DataContainer)

Properties

Name Type
realm Realm
in1 bool
in2 bool

Static members

Name Type
OrEntityData.typeInfo TypeInformation

Constructors

OrEntityData

OrEntityData()

Creates a new OrEntityData frostbite instance.

OrEntityData

OrEntityData(guid: Guid)

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

Parameters

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

OrEntityData

OrEntityData(other: EntityData)

Casts an instance of type EntityData to OrEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to OrEntityData.

OrEntityData

OrEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to OrEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to OrEntityData.

OrEntityData

OrEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to OrEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to OrEntityData.

OrEntityData

OrEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

in1

bool

in2

bool

Static members

typeInfo

TypeInformation

The type information for the OrEntityData type.

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