Skip to main content

OnPlayerInput

Usage​

  • Called when input is received from a connected client
  • No return behavior

Examples​

""
void OnPlayerInput(BasePlayer player, InputState input)
{
Puts("OnPlayerInput works!");
}