MCPcopy Create free account
hub / github.com/DFHack/dfhack / DEFINE_VMETHOD_INTERPOSE

Method DEFINE_VMETHOD_INTERPOSE

plugins/autogems.cpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 DEFINE_VMETHOD_INTERPOSE(void, feed, (std::set<df::interface_key> *input)) {
270 if (!handleInput(input)) {
271 INTERPOSE_NEXT(feed)(input);
272 }
273 }
274
275 DEFINE_VMETHOD_INTERPOSE(void, render, ()) {
276 INTERPOSE_NEXT(render)();

Callers

nothing calls this directly

Calls 2

OutputHotkeyStringFunction · 0.85
validMethod · 0.80

Tested by

no test coverage detected