MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetModsSid

Method GetModsSid

Source/Internal/modloading.cpp:2641–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2639}
2640
2641const std::vector<ModID> ModLoading::GetModsSid() {
2642 std::vector<ModID> vals;
2643 for (auto& mod : mods) {
2644 vals.push_back(mod->GetSid());
2645 }
2646 return vals;
2647}
2648
2649void ModLoading::RegisterCallback(ModLoadingCallback* callback) {
2650 callbacks.push_back(callback);

Callers 3

ASGetModSidsFunction · 0.80
ASGetActiveModSidsFunction · 0.80
ClearCacheFunction · 0.80

Calls 2

GetSidMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected