forward
client_PostThink
Syntax
forward client_PostThink(id);
Description
Called after 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.