Skip to main content

OnTurretAuthorize

Usage​

  • Called when a player attempts to authorize on a turret
  • Return a non-null value to override default behavior

Examples​

""
object OnTurretAuthorize(AutoTurret turret, BasePlayer player)
{
Puts("OnTurretAuthorize works!");
return null;
}