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

Method exportHeadersToStream

source/entities/GameEntity.cpp:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349
350
351void GameEntity::exportHeadersToStream(std::ostream& os) const
352{
353 // GameEntity are saved in the level file per type. For this reason, there is no
354 // need to save the type
355}
356
357void GameEntity::exportHeadersToPacket(ODPacket& os) const
358{

Callers 1

exportToStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected