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

Method WriteUnsignedInt

neo/framework/File.cpp:478–481  ·  view source on GitHub ↗

================= idFile::WriteUnsignedInt ================= */

Source from the content-addressed store, hash-verified

476 =================
477 */
478int idFile::WriteUnsignedInt( const unsigned int value ) {
479 unsigned int v = LittleInt(value);
480 return Write( &v, sizeof( v ) );
481}
482
483/*
484 =================

Callers 1

WriteToDemoFileMethod · 0.80

Calls 1

LittleIntFunction · 0.85

Tested by

no test coverage detected