1
0
Fork 0

Fixed previous commit.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1573 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
nielsbreu@gmail.com 2013-06-09 17:46:40 +00:00
parent 6835f21b8b
commit 1c1e289b3d
3 changed files with 3390 additions and 822 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
** Generated automatically by tolua++-1.0.92 on 06/09/13 19:37:21.
** Generated automatically by tolua++-1.0.92 on 06/09/13 19:45:14.
*/
/* Exported function */

View File

@ -194,8 +194,8 @@ public:
unsigned int GetMaxPlayers(void) const {return m_MaxPlayers; } // tolua_export
void SetMaxPlayers(int iMax); // tolua_export
void AddPlayer( cPlayer* a_Player ); // tolua_export
void RemovePlayer( cPlayer* a_Player ); // tolua_export
void AddPlayer( cPlayer* a_Player );
void RemovePlayer( cPlayer* a_Player );
/// Calls the callback for each player in the list; returns true if all players processed, false if the callback aborted by returning true
bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS <<