Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ load
Method
load
source/creatureeffect/CreatureEffectSlap.cpp:64–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
CreatureEffectSlap* CreatureEffectSlap::load(std::istream& is)
65
{
66
CreatureEffectSlap* effect = new CreatureEffectSlap;
67
effect->importFromStream(is);
68
return effect;
69
}
Callers
nothing calls this directly
Calls
1
importFromStream
Method · 0.45
Tested by
no test coverage detected