Click or drag to resize

MatchesAddMatchUser Method


Namespace: NeoAxis.CloudServer
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static MatchesAddMatchUserResult AddMatchUser(
	long matchID,
	long userID,
	string username,
	string anyData
)

Parameters

matchID  Int64
 
userID  Int64
 
username  String
 
anyData  String
 

Return Value

MatchesAddMatchUserResult
See Also