CoopLobbyEntityData
Inherits from GameEntityData
Summary
Constructors
CoopLobbyEntityData() |
CoopLobbyEntityData(guid: Guid) |
CoopLobbyEntityData(other: GameEntityData) |
CoopLobbyEntityData(other: SpatialEntityData) |
CoopLobbyEntityData(other: EntityData) |
CoopLobbyEntityData(other: GameObjectData) |
CoopLobbyEntityData(other: GameDataContainer) |
CoopLobbyEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
clientConnectionTimeout | float |
isInGame | bool |
Static members
Name | Type |
---|---|
CoopLobbyEntityData.typeInfo | TypeInformation |
Constructors
CoopLobbyEntityData
CoopLobbyEntityData()
Creates a new CoopLobbyEntityData frostbite instance.
CoopLobbyEntityData
CoopLobbyEntityData(guid: Guid)
Creates a new CoopLobbyEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CoopLobbyEntityData
CoopLobbyEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to CoopLobbyEntityData. |
CoopLobbyEntityData
CoopLobbyEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to CoopLobbyEntityData. |
CoopLobbyEntityData
CoopLobbyEntityData(other: EntityData)
Casts an instance of type EntityData to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to CoopLobbyEntityData. |
CoopLobbyEntityData
CoopLobbyEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CoopLobbyEntityData. |
CoopLobbyEntityData
CoopLobbyEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CoopLobbyEntityData. |
CoopLobbyEntityData
CoopLobbyEntityData(other: DataContainer)
Casts an instance of type DataContainer to CoopLobbyEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CoopLobbyEntityData. |
Properties
clientConnectionTimeout
float
isInGame
bool
Static members
typeInfo
The type information for the CoopLobbyEntityData type.