MCPcopy Create free account
hub / github.com/OpenMW/openmw / read

Method read

components/nif/controller.cpp:19–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 void NiTimeController::read(NIFStream* nif)
20 {
21 mNext.read(nif);
22 nif->read(mFlags);
23 nif->read(mFrequency);
24 nif->read(mPhase);
25 nif->read(mTimeStart);
26 nif->read(mTimeStop);
27 if (nif->getVersion() >= NIFStream::generateVersion(3, 3, 0, 13))
28 mTarget.read(nif);
29 }
30
31 void NiTimeController::post(Reader& nif)
32 {

Callers

nothing calls this directly

Calls 12

readRecordListFunction · 0.85
ExceptionClass · 0.85
to_stringFunction · 0.85
readVectorOfRecordsMethod · 0.80
readFunction · 0.50
getVersionMethod · 0.45
getSizedStringMethod · 0.45
getBethVersionMethod · 0.45
skipMethod · 0.45
reserveMethod · 0.45
getFilenameMethod · 0.45
getFileMethod · 0.45

Tested by

no test coverage detected