client_PostThink

Syntax

forward client_PostThink(id);

Usage

id
Client index

Description

Called after 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 returned value.