MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / clone

Method clone

source/creaturemood/CreatureMoodFee.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59CreatureMoodFee* CreatureMoodFee::clone() const
60{
61 return new CreatureMoodFee(*this);
62}
63
64bool CreatureMoodFee::importFromStream(std::istream& is)
65{

Callers 3

colourizeMaterialMethod · 0.45
setMaterialOpacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected