Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1402
bool ModInstance::IsActive() const {
1403
return active;
1404
}
1405
1406
bool ModInstance::IsCore() const {
1407
return is_core;
Callers
9
IsCampaignPresent
Method · 0.45
CampaignHasLevel
Method · 0.45
GetCampaign
Method · 0.45
GetModInstance
Method · 0.45
GetCampaigns
Method · 0.45
WhichCampaignLevelBelongsTo
Method · 0.45
ActiveLevelHooks
Method · 0.45
RebuildLocalization
Method · 0.45
DisplayError
Function · 0.45
Calls
5
strmtch
Function · 0.85
GetSid
Method · 0.80
begin
Method · 0.45
end
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected