MatchmakingSession
Inherits from DataContainer
Summary
Constructors
| MatchmakingSession() |
| MatchmakingSession(guid: Guid) |
| MatchmakingSession(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| mode | MatchmakingSessionMode |
| durationMs | int |
| criteria | MatchmakingCriteria |
| createGameParams | MatchmakingCreateGameParameters |
| onNotFound | MatchmakingSession | nil |
| modifiers | MatchmakingModifier[] |
Static members
| Name | Type |
|---|---|
| MatchmakingSession.typeInfo | TypeInformation |
Constructors
MatchmakingSession
MatchmakingSession()
Creates a new MatchmakingSession frostbite instance.
MatchmakingSession
MatchmakingSession(guid: Guid)
Creates a new MatchmakingSession frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
MatchmakingSession
MatchmakingSession(other: DataContainer)
Casts an instance of type DataContainer to MatchmakingSession. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to MatchmakingSession. |
Properties
mode
durationMs
int
criteria
createGameParams
onNotFound
MatchmakingSession | nil
modifiers
Static members
typeInfo
The type information for the MatchmakingSession type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)