nanos world API Reference Unofficial documentation
Event Server

Server.Tick

Triggered every 33ms by default<br/><br/>Caution: Only small operations should be performed here, otherwise this can lead to server lag and delays

Syntax

Lua
Server.Subscribe("Tick", function(delta_time)
    -- il tuo codice
end)

Arguments

Name Type Default Description
delta_time float