EventMemoryEntityData

Inherits from GameEntityData

Summary

Constructors

EventMemoryEntityData()
EventMemoryEntityData(guid: Guid)
EventMemoryEntityData(other: GameEntityData)
EventMemoryEntityData(other: SpatialEntityData)
EventMemoryEntityData(other: EntityData)
EventMemoryEntityData(other: GameObjectData)
EventMemoryEntityData(other: GameDataContainer)
EventMemoryEntityData(other: DataContainer)

Properties

Name Type
realm Realm

Static members

Name Type
EventMemoryEntityData.typeInfo TypeInformation

Constructors

EventMemoryEntityData

EventMemoryEntityData()

Creates a new EventMemoryEntityData frostbite instance.

EventMemoryEntityData

EventMemoryEntityData(guid: Guid)

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

Parameters

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

EventMemoryEntityData

EventMemoryEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to EventMemoryEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to EventMemoryEntityData.

EventMemoryEntityData

EventMemoryEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to EventMemoryEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to EventMemoryEntityData.

EventMemoryEntityData

EventMemoryEntityData(other: EntityData)

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

Parameters

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

EventMemoryEntityData

EventMemoryEntityData(other: GameObjectData)

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

Parameters

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

EventMemoryEntityData

EventMemoryEntityData(other: GameDataContainer)

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

Parameters

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

EventMemoryEntityData

EventMemoryEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

Static members

typeInfo

TypeInformation

The type information for the EventMemoryEntityData type.

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