game-common / pragma.gameinstance / GameInstanceApi / get /
get #
suspend fun get(gameInstanceId: <ERROR CLASS>): PragmaResult<GameInstanceCommon.GameInstanceSummary, PragmaFailure>
Request to get a game instance summary.
Return #
Information about the game instance, or null if they aren’t in one.
Parameters #
gameInstanceId | The id of the game instance to retrieve. |