Skip to main content

OnUserApproved

Usage​

  • Called after a player is approved to connect to the server
  • No return behavior

Examples​

void OnUserApproved(string playerName, string playerId, string playerIp)
{
Puts($"{playerName} ({playerId}) at {playerIp} has been approved to connect");
}