diff options
Diffstat (limited to 'source/cRoot.h')
-rw-r--r-- | source/cRoot.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/cRoot.h b/source/cRoot.h index b65c1d91d..e25a9805b 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -70,7 +70,10 @@ public: void SaveAllChunks(void); /// Calls the callback for each player in all worlds - bool ForEachPlayer(cPlayerListCallback & a_Callback); + bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << + + /// Finds a player from a partial or complete player name and calls the callback - case-insensitive + bool FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS << private: void LoadGlobalSettings(); |