MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / onModify

Function onModify

src/modules/deathlink/DeathlinkModule.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30struct GLOBED_MODIFY_ATTR DLPlayLayer : geode::Modify<DLPlayLayer, PlayLayer> {
31 static void onModify(auto& self) {
32 (void) self.setHookPriority("PlayLayer::resetLevel", -999);
33
34 GLOBED_CLAIM_HOOKS(DeathlinkModule::get(), self,
35 "PlayLayer::resetLevel",
36 );
37 }
38
39 $override
40 void resetLevel() {

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected