Garry's Mod Wiki

GM:Tick

  GM:Tick()

Description

Called every server tick. Serverside, this is similar to GM:Think.

The default tickrate is 66.6666 (16 millisecond intervals), but can be changed via the -tickrate command line option.
See engine.TickInterval for a function to retrieve this data at runtime.

This hook WILL NOT run if the server is empty, unless you set the ConVar sv_hibernate_think to 1