OnUpdate
This event is used for iterating code at server's tickrate.
{{#tag:syntaxhighlight| [ServerEvent(Event.Update)] public void OnUpdate() {
NAPI.Util.ConsoleOutput($"This should be called at the server tickrate.");
} |lang=csharp}} }}