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

Method IsActive

Source/Internal/modloading.cpp:1402–1404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1400}
1401
1402bool ModInstance::IsActive() const {
1403 return active;
1404}
1405
1406bool ModInstance::IsCore() const {
1407 return is_core;

Callers 9

IsCampaignPresentMethod · 0.45
CampaignHasLevelMethod · 0.45
GetCampaignMethod · 0.45
GetModInstanceMethod · 0.45
GetCampaignsMethod · 0.45
ActiveLevelHooksMethod · 0.45
RebuildLocalizationMethod · 0.45
DisplayErrorFunction · 0.45

Calls 5

strmtchFunction · 0.85
GetSidMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected