Functions
csstats.inc
| Function | Type | Description |
|---|---|---|
| get_stats | native | Retrieves statistics from the permanent storage on the server via iterative, incremental access. |
| get_stats2 | native | Retrieves objective statistics from the permanent storage on the server via iterative, incremental access. |
| get_statsnum | native | Returns the number of all entries in the permanent statistics storage. |
| get_user_astats | native | Retrieves the client's statistics received from another client from the current round. |
| get_user_rstats | native | Retrieves the client's statistics from the current round. |
| get_user_stats | native | Retrieves the client's weapon statistics from the permanent storage on the server. |
| get_user_stats2 | native | Retrieves the client's objective statistics from the permanent storage. |
| get_user_vstats | native | Retrieves the client's statistics inflicted upon another client from the current round. |
| get_user_wrstats | native | Retrieves the client's weapon statistics from the current round. |
| get_user_wstats | native | Retrieves the client's current weapon statistics. |
| reset_user_wstats | native | Resets the current round weapon, attacker and victim statistics. |