MCPcopy Create free account
hub / github.com/clementgallet/libTAS / clear

Method clear

src/program/lua/Input.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75int Lua::Input::clear(lua_State *L)
76{
77 if (!ai) {
78 std::cerr << "Lua input function was called outside onInput() callback!" << std::endl;
79 return 0;
80 }
81 ai->clear();
82 modified = true;
83 return 0;
84}
85
86int Lua::Input::setKey(lua_State *L)
87{

Callers 9

fromIdaStringMethod · 0.45
initMethod · 0.45
processInputsMethod · 0.45
base_keysymsMethod · 0.45
default_inputsMethod · 0.45
buildAllInputsMethod · 0.45
default_hotkeysMethod · 0.45
getSymbolAddressFunction · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected