Fixed previous commit.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1573 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
6835f21b8b
commit
1c1e289b3d
4206
source/Bindings.cpp
4206
source/Bindings.cpp
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** Lua binding: AllToLua
|
** 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 */
|
/* Exported function */
|
||||||
|
@ -194,8 +194,8 @@ public:
|
|||||||
unsigned int GetMaxPlayers(void) const {return m_MaxPlayers; } // tolua_export
|
unsigned int GetMaxPlayers(void) const {return m_MaxPlayers; } // tolua_export
|
||||||
void SetMaxPlayers(int iMax); // tolua_export
|
void SetMaxPlayers(int iMax); // tolua_export
|
||||||
|
|
||||||
void AddPlayer( cPlayer* a_Player ); // tolua_export
|
void AddPlayer( cPlayer* a_Player );
|
||||||
void RemovePlayer( cPlayer* a_Player ); // tolua_export
|
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
|
/// 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 <<
|
bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS <<
|
||||||
|
Loading…
Reference in New Issue
Block a user