Skip to main content

OnClientAuth

Usage​

  • Called when the player is giving server connection authorization information
  • No return behavior

Examples​

""
void OnClientAuth(Network.Connection connection)
{
Puts("OnClientAuth works!");
}