SelectEventEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
events string[]

Static members

Name Type
SelectEventEntityData.typeInfo TypeInformation

Constructors

SelectEventEntityData

SelectEventEntityData()

Creates a new SelectEventEntityData frostbite instance.

SelectEventEntityData

SelectEventEntityData(guid: Guid)

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

Parameters

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

SelectEventEntityData

SelectEventEntityData(other: EntityData)

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

Parameters

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

SelectEventEntityData

SelectEventEntityData(other: GameObjectData)

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

Parameters

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

SelectEventEntityData

SelectEventEntityData(other: GameDataContainer)

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

Parameters

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

SelectEventEntityData

SelectEventEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

events

string[]

Static members

typeInfo

TypeInformation

The type information for the SelectEventEntityData type.

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