MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / ReadUnsignedInt

Method ReadUnsignedInt

neo/framework/File.cpp:322–326  ·  view source on GitHub ↗

================= idFile::ReadUnsignedInt ================= */

Source from the content-addressed store, hash-verified

320 =================
321 */
322int idFile::ReadUnsignedInt( unsigned int &value ) {
323 int result = Read( &value, sizeof( value ) );
324 value = LittleInt(value);
325 return result;
326}
327
328/*
329 =================

Callers 1

ReadFromDemoFileMethod · 0.80

Calls 1

LittleIntFunction · 0.85

Tested by

no test coverage detected