Home
last modified time | relevance | path

Searched refs:getModChannel (Results 1 – 9 of 9) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_modchannels.cpp36 assert(getGameDef(L)->getModChannel(channel) != nullptr); in l_mod_channel_join()
142 return getGameDef(L)->getModChannel(ref->m_modchannel_name); in getobject()
/dports/games/minetest/minetest-5.4.1/src/
H A Dgamedef.h81 virtual ModChannel *getModChannel(const std::string &channel) = 0;
H A Dmodchannels.h77 ModChannel *getModChannel(const std::string &channel);
H A Dmodchannels.cpp71 ModChannel *ModChannelMgr::getModChannel(const std::string &channel) in getModChannel() function in ModChannelMgr
H A Dserver.h363 ModChannel *getModChannel(const std::string &channel);
H A Dserver.cpp3855 ModChannel* Server::getModChannel(const std::string &channel) in getModChannel() function in Server
3857 return m_modchannel_mgr->getModChannel(channel); in getModChannel()
/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest.cpp77 ModChannel *getModChannel(const std::string &channel) in getModChannel() function in TestGameDef
79 return m_modchannel_mgr->getModChannel(channel); in getModChannel()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclient.h422 ModChannel *getModChannel(const std::string &channel) override;
H A Dclient.cpp2024 ModChannel* Client::getModChannel(const std::string &channel) in getModChannel() function in Client
2026 return m_modchannel_mgr->getModChannel(channel); in getModChannel()