rsm_get_user_rounds_won
Returns client's rounds won.
Syntax
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) /** * Returns client's amount of bombs defused. * * @param index Client index. * @return Client's bombs defused amount. * */ native rsm_get_user_bombs_defused(index) /** * Returns client's total played time in seconds. * * @param index Client index. * @return Client's played time in seconds. * */ native rsm_get_user_played_time(index) /**
Usage
| index | Client index. |
Return
Client's rounds won.
Defined in
ranksmysql.inc
at line 104
.
This documentation was automatically generated from source.