MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LoadTag

Function LoadTag

engine/Poseidon/Graphics/Rendering/Shape/ShapeSetup.cpp:273–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271#endif
272
273static bool LoadTag(QIStream& f, char* name, int& size)
274{
275 f.read(name, 64);
276 f.read((char*)&size, sizeof(size));
277 return !(f.fail() || f.eof());
278}
279
280// GMergeTextures migrated to ENGINE_CONFIG.gMergeTextures
281// convert old point attributes

Callers 1

LoadTaggedMethod · 0.85

Calls 3

readMethod · 0.45
failMethod · 0.45
eofMethod · 0.45

Tested by

no test coverage detected