| Function | Description |
|---|---|
| get_user_wstats | Retrieves the client's current weapon statistics. |
| get_user_wrstats | Retrieves the client's weapon statistics from the current round. |
| get_user_stats | Retrieves the client's weapon statistics from the permanent storage on the server. |
| get_user_rstats | Retrieves the client's statistics from the current round. |
| get_user_vstats | Retrieves the client's statistics inflicted upon another client from the current round. |
| get_user_astats | Retrieves the client's statistics received from another client from the current round. |
| reset_user_wstats | Resets the current round weapon, attacker and victim statistics. |
| get_stats | Retrieves statistics from the permanent storage on the server via iterative, incremental access. |
| get_statsnum | Returns the number of all entries in the permanent statistics storage. |
| get_user_stats2 | Retrieves the client's objective statistics from the permanent storage. |
| get_stats2 | Retrieves objective statistics from the permanent storage on the server via iterative, incremental access. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.