Home
last modified time | relevance | path

Searched refs:showFormspec (Results 1 – 6 of 6) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_server.cpp335 if(getServer(L)->showFormspec(playername,formspec,formname)) in l_show_formspec()
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_server.cpp354 if(getServer(L)->showFormspec(playername,formspec,formname)) in l_show_formspec()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dserver.h322 bool showFormspec(const char *name, const std::string &formspec, const std::string &formname);
H A Dserver.cpp4964 bool Server::showFormspec(const char *playername, const std::string &formspec, const std::string &f… in showFormspec() function in Server
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.h299 bool showFormspec(const char *name, const std::string &formspec, const std::string &formname);
H A Dserver.cpp3221 bool Server::showFormspec(const char *playername, const std::string &formspec, in showFormspec() function in Server