MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / ScriptCanUseCallIn

Method ScriptCanUseCallIn

src/lua/LuaHandle.cpp:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572
573int LuaHandle::ScriptCanUseCallIn(lua_State* L) {
574 const std::string ciName = lua_tostring(L, 1);
575 lua_pushboolean(L, L2H(L)->CanUseCallIn(ciName));
576 return 1;
577}
578
579
580int LuaHandle::ScriptSetCallIn(lua_State* L) {

Callers

nothing calls this directly

Calls 3

L2HFunction · 0.85
CanUseCallInMethod · 0.80
lua_pushbooleanFunction · 0.50

Tested by

no test coverage detected