client_PreThink

Syntax

forward client_PreThink(id);

Usage

id
Client index

Description

Called at the start of each client think.

Note

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

Return

This forward ignores the return value.