CompareEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
operator CompareOp
floatIn0 float
floatIn1 float
intIn0 int
intIn1 int

Static members

Name Type
CompareEntityData.typeInfo TypeInformation

Constructors

CompareEntityData

CompareEntityData()

Creates a new CompareEntityData frostbite instance.

CompareEntityData

CompareEntityData(guid: Guid)

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

Parameters

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

CompareEntityData

CompareEntityData(other: EntityData)

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

Parameters

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

CompareEntityData

CompareEntityData(other: GameObjectData)

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

Parameters

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

CompareEntityData

CompareEntityData(other: GameDataContainer)

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

Parameters

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

CompareEntityData

CompareEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

operator

CompareOp

floatIn0

float

floatIn1

float

intIn0

int

intIn1

int

Static members

typeInfo

TypeInformation

The type information for the CompareEntityData type.

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