Home
last modified time | relevance | path

Searched refs:SendChatCommandCompletionList (Results 1 – 3 of 3) sorted by relevance

/dports/games/openlierox/OpenLieroX/include/
H A DCServerNetEngine.h64 …virtual void SendChatCommandCompletionList(const std::string& startStr, const std::list<std::strin… in SendChatCommandCompletionList() function
134 …virtual void SendChatCommandCompletionList(const std::string& startStr, const std::list<std::strin…
/dports/games/openlierox/OpenLieroX/src/server/
H A DCServer_Parse.cpp552 cl->getNetEngine()->SendChatCommandCompletionList(startStr, possNew); in ParseChatCommandCompletionRequest()
714 cl->getNetEngine()->SendChatCommandCompletionList(startStr, possibilities); in ParseChatCommandCompletionRequest()
H A DCServer_Send.cpp322 void CServerNetEngineBeta7::SendChatCommandCompletionList(const std::string& startStr, const std::l… in SendChatCommandCompletionList() function in CServerNetEngineBeta7