MCPcopy Create free account
hub / github.com/crawl/crawl / read

Method read

crawl-ref/source/mapmark.cc:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void map_marker::read(reader &inf)
82{
83 // Don't read type! The type has to be read by someone who knows how
84 // to look up the unmarshall function.
85 pos = unmarshallCoord(inf);
86}
87
88string map_marker::property(const string &pname) const
89{

Callers

nothing calls this directly

Calls 15

unmarshallCoordFunction · 0.85
readFunction · 0.85
unmarshallShortFunction · 0.85
unmarshallByteFunction · 0.85
unmarshallStringFunction · 0.85
dlua_push_userdataFunction · 0.85
endFunction · 0.85
unmarshallBooleanFunction · 0.85
unmarshallUByteFunction · 0.85
unmarshallIntFunction · 0.85
unmarshallFeatureTypeFunction · 0.85
UNUSEDFunction · 0.85

Tested by

no test coverage detected