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

Method CanUseCallIn

src/lua/LuaHandle.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243//============================================================================//
244
245bool LuaHandle::CanUseCallIn(int code) const {
246 return (validCallIns.find(code) != validCallIns.end());
247}
248
249
250bool LuaHandle::CanUseCallIn(const std::string& ciName) const {

Callers 3

ScriptGetCallInInfoMethod · 0.80
ScriptCanUseCallInMethod · 0.80
ScriptSetCallInMethod · 0.80

Calls 3

findMethod · 0.45
endMethod · 0.45
GetCodeMethod · 0.45

Tested by

no test coverage detected