Skip to main content

OnDestroyUI

Usage​

  • Called when a custom UI is destroyed for the player
  • No return behavior

Examples​

""
void OnDestroyUI(BasePlayer player, string json)
{
Puts("OnDestroyUI works!");
}