MCPcopy Create free account
hub / github.com/OpenStickCommunity/GP2040-CE / ReinitializeAddons

Method ReinitializeAddons

src/addonmanager.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void AddonManager::ReinitializeAddons() {
26 // Loop through all addons and process any that match our type
27 for (std::vector<AddonBlock*>::iterator it = addons.begin(); it != addons.end(); it++) {
28 (*it)->ptr->reinit();
29 }
30}
31
32void AddonManager::PreprocessAddons() {
33 // Loop through all addons and process any that match our type

Callers 1

getReinitGamepadMethod · 0.80

Calls 2

beginMethod · 0.45
reinitMethod · 0.45

Tested by

no test coverage detected