forward
client_PreThink
Syntax
forward client_PreThink(id);
Description
Called at the start of each client think.
Parameters
| id | Client index |
|---|
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.