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

Method getSkillEntityFromStream

source/entities/SkillEntity.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67SkillEntity* SkillEntity::getSkillEntityFromStream(GameMap* gameMap, std::istream& is)
68{
69 SkillEntity* obj = new SkillEntity(gameMap);
70 obj->importFromStream(is);
71 return obj;
72}
73
74SkillEntity* SkillEntity::getSkillEntityFromPacket(GameMap* gameMap, ODPacket& is)
75{

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected