Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiMatch Interface Reference

Represents a realtime match. More...

Inherited by Nakama.ApiMatch.

Properties

bool Authoritative [get]
 True if it's an server-managed authoritative match, false otherwise.
 
string HandlerName [get]
 Handler name.
 
string Label [get]
 Match label, if any.
 
string MatchId [get]
 The ID of the match, can be used to join.
 
int Size [get]
 Current number of users in the match.
 
int TickRate [get]
 Tick Rate.
 

Detailed Description

Represents a realtime match.

Property Documentation

◆ Authoritative

bool Nakama.IApiMatch.Authoritative
get

True if it's an server-managed authoritative match, false otherwise.

◆ HandlerName

string Nakama.IApiMatch.HandlerName
get

Handler name.

◆ Label

string Nakama.IApiMatch.Label
get

Match label, if any.

◆ MatchId

string Nakama.IApiMatch.MatchId
get

The ID of the match, can be used to join.

◆ Size

int Nakama.IApiMatch.Size
get

Current number of users in the match.

◆ TickRate

int Nakama.IApiMatch.TickRate
get

Tick Rate.


The documentation for this interface was generated from the following file: