CompareIntEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
a int
b int
triggerOnPropertyChange bool
triggerOnStart bool

Static members

Name Type
CompareIntEntityData.typeInfo TypeInformation

Constructors

CompareIntEntityData

CompareIntEntityData()

Creates a new CompareIntEntityData frostbite instance.

CompareIntEntityData

CompareIntEntityData(guid: Guid)

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

Parameters

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

CompareIntEntityData

CompareIntEntityData(other: EntityData)

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

Parameters

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

CompareIntEntityData

CompareIntEntityData(other: GameObjectData)

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

Parameters

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

CompareIntEntityData

CompareIntEntityData(other: GameDataContainer)

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

Parameters

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

CompareIntEntityData

CompareIntEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

a

int

b

int

triggerOnPropertyChange

bool

triggerOnStart

bool

Static members

typeInfo

TypeInformation

The type information for the CompareIntEntityData type.

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