XorEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
in1 bool
in2 bool

Static members

Name Type
XorEntityData.typeInfo TypeInformation

Constructors

XorEntityData

XorEntityData()

Creates a new XorEntityData frostbite instance.

XorEntityData

XorEntityData(guid: Guid)

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

Parameters

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

XorEntityData

XorEntityData(other: EntityData)

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

Parameters

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

XorEntityData

XorEntityData(other: GameObjectData)

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

Parameters

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

XorEntityData

XorEntityData(other: GameDataContainer)

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

Parameters

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

XorEntityData

XorEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

in1

bool

in2

bool

Static members

typeInfo

TypeInformation

The type information for the XorEntityData type.

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