IntHubEntityData

Inherits from EntityData

Summary

Constructors

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

Properties

Name Type
realm Realm
inputCount int
inputSelect int

Static members

Name Type
IntHubEntityData.typeInfo TypeInformation

Constructors

IntHubEntityData

IntHubEntityData()

Creates a new IntHubEntityData frostbite instance.

IntHubEntityData

IntHubEntityData(guid: Guid)

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

Parameters

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

IntHubEntityData

IntHubEntityData(other: EntityData)

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

Parameters

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

IntHubEntityData

IntHubEntityData(other: GameObjectData)

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

Parameters

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

IntHubEntityData

IntHubEntityData(other: GameDataContainer)

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

Parameters

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

IntHubEntityData

IntHubEntityData(other: DataContainer)

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

Parameters

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

Properties

realm

Realm

inputCount

int

inputSelect

int

Static members

typeInfo

TypeInformation

The type information for the IntHubEntityData type.

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