server_frame

Syntax

forward server_frame();

Description

Called at the start of every server frame.

Note

Using his forward can easily become performance-critical. More specific
hooks and forwards should be used whenever possible.

Return

This forward ignores the returned value.