Skip to main content

OnSpinWheel

Usage​

  • Called when the player spins a spinner wheel
  • Return a non-null value to override default behavior

Examples​

""
object OnSpinWheel(BasePlayer player, SpinnerWheel wheel)
{
Puts("OnSpinWheel works!");
return null;
}