PreRoundEntityData

Inherits from GameEntityData

Summary

Constructors

PreRoundEntityData()
PreRoundEntityData(guid: Guid)
PreRoundEntityData(other: GameEntityData)
PreRoundEntityData(other: SpatialEntityData)
PreRoundEntityData(other: EntityData)
PreRoundEntityData(other: GameObjectData)
PreRoundEntityData(other: GameDataContainer)
PreRoundEntityData(other: DataContainer)

Properties

Name Type
roundMaxPlayerCount int
roundRestartCountdown int
roundMinPlayerCount int

Static members

Name Type
PreRoundEntityData.typeInfo TypeInformation

Constructors

PreRoundEntityData

PreRoundEntityData()

Creates a new PreRoundEntityData frostbite instance.

PreRoundEntityData

PreRoundEntityData(guid: Guid)

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

Parameters

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

PreRoundEntityData

PreRoundEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to PreRoundEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to PreRoundEntityData.

PreRoundEntityData

PreRoundEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to PreRoundEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to PreRoundEntityData.

PreRoundEntityData

PreRoundEntityData(other: EntityData)

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

Parameters

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

PreRoundEntityData

PreRoundEntityData(other: GameObjectData)

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

Parameters

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

PreRoundEntityData

PreRoundEntityData(other: GameDataContainer)

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

Parameters

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

PreRoundEntityData

PreRoundEntityData(other: DataContainer)

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

Parameters

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

Properties

roundMaxPlayerCount

int

roundRestartCountdown

int

roundMinPlayerCount

int

Static members

typeInfo

TypeInformation

The type information for the PreRoundEntityData type.

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