rsm_get_user_damage
Returns client's damage.
Syntax
native rsm_get_user_damage(index) /** * Returns client's MVP count. * * @param index Client index. * @return Client's MVP count. * */ native rsm_get_user_mvp(index) /** * Returns client's rounds won. * * @param index Client index. * @return Client's rounds won. * */ native rsm_get_user_rounds_won(index) /** * Returns client's amount of bombs planted. * * @param index Client index. * @return Client's bombs planted amount. * */ native rsm_get_user_bombs_planted(index) /**
Usage
| index | Client index. |
Return
Client's damage.
Defined in
ranksmysql.inc
at line 86
.
This documentation was automatically generated from source.