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

Method getChickenEntityFromStream

source/entities/ChickenEntity.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297ChickenEntity* ChickenEntity::getChickenEntityFromStream(GameMap* gameMap, std::istream& is)
298{
299 ChickenEntity* obj = new ChickenEntity(gameMap);
300 obj->importFromStream(is);
301 return obj;
302}
303
304ChickenEntity* ChickenEntity::getChickenEntityFromPacket(GameMap* gameMap, ODPacket& is)
305{

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected