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

Method ForbidJump

src/lua/LuaHandleCallIns.cpp:866–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864
865
866bool LuaHandle::ForbidJump() {
867 LUA_CALL_IN_CHECK(L, 0)
868 if (!PushCallIn(LUA_CI_ForbidJump)) {
869 return false;
870 }
871
872 if (!RunCallIn(LUA_CI_ForbidJump, 0, 1)) {
873 return false;
874 }
875
876 return PopBool(L, false);
877}
878
879
880bool LuaHandle::ForbidFlagDrop() {

Callers

nothing calls this directly

Calls 1

PopBoolFunction · 0.85

Tested by

no test coverage detected