EntityBusData

Inherits from DataBusData

Summary

Constructors

EntityBusData()
EntityBusData(guid: Guid)
EntityBusData(other: DataBusData)
EntityBusData(other: Asset)
EntityBusData(other: DataContainer)

Properties

Name Type
eventConnections EventConnection[]
descriptor InterfaceDescriptorData | nil
needNetworkId bool
interfaceHasConnections bool
alwaysCreateEntityBusClient bool
alwaysCreateEntityBusServer bool

Static members

Name Type
EntityBusData.typeInfo TypeInformation

Constructors

EntityBusData

EntityBusData()

Creates a new EntityBusData frostbite instance.

EntityBusData

EntityBusData(guid: Guid)

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

Parameters

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

EntityBusData

EntityBusData(other: DataBusData)

Casts an instance of type DataBusData to EntityBusData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataBusData The instance to cast to EntityBusData.

EntityBusData

EntityBusData(other: Asset)

Casts an instance of type Asset to EntityBusData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to EntityBusData.

EntityBusData

EntityBusData(other: DataContainer)

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

Parameters

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

Properties

eventConnections

EventConnection[]

descriptor

InterfaceDescriptorData | nil

needNetworkId

bool

interfaceHasConnections

bool

alwaysCreateEntityBusClient

bool

alwaysCreateEntityBusServer

bool

Static members

typeInfo

TypeInformation

The type information for the EntityBusData type.

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