fixed a native prototype
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401621
This commit is contained in:
parent
871f27c858
commit
c5391ecb5e
@ -248,10 +248,11 @@ native GetTeamScore(index);
|
||||
* Sets the score of a team based on a team index.
|
||||
*
|
||||
* @param index Team index.
|
||||
* @param value New score value.
|
||||
* @return Score.
|
||||
* @error Invalid team index.
|
||||
*/
|
||||
native SetTeamScore(index);
|
||||
native SetTeamScore(index, value);
|
||||
|
||||
/**
|
||||
* Retrieves the number of players in a certain team.
|
||||
|
Loading…
Reference in New Issue
Block a user