EnlightenEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
priority int
realm Realm
enable bool

Static members

Name Type
EnlightenEntityData.typeInfo TypeInformation

Constructors

EnlightenEntityData

EnlightenEntityData()

Creates a new EnlightenEntityData frostbite instance.

EnlightenEntityData

EnlightenEntityData(guid: Guid)

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

Parameters

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

EnlightenEntityData

EnlightenEntityData(other: EntityData)

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

Parameters

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

EnlightenEntityData

EnlightenEntityData(other: GameObjectData)

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

Parameters

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

EnlightenEntityData

EnlightenEntityData(other: GameDataContainer)

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

Parameters

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

EnlightenEntityData

EnlightenEntityData(other: DataContainer)

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

Parameters

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

Properties

priority

int

realm

Realm

enable

bool

Static members

typeInfo

TypeInformation

The type information for the EnlightenEntityData type.

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