EntityData

Inherits from GameObjectData

Summary

Constructors

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

Static members

Name Type
EntityData.typeInfo TypeInformation

Constructors

EntityData

EntityData()

Creates a new EntityData frostbite instance.

EntityData

EntityData(guid: Guid)

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

Parameters

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

EntityData

EntityData(other: GameObjectData)

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

Parameters

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

EntityData

EntityData(other: GameDataContainer)

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

Parameters

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

EntityData

EntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the EntityData type.

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