MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / Skip

Method Skip

Source/loadsave.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122
123 template <typename T>
124 constexpr void Skip(size_t count = 1)
125 {
126 Skip(sizeof(T) * count);
127 }
128
129 void Skip(size_t size)
130 {

Callers 15

LoadItemDataFunction · 0.45
LoadPlayerFunction · 0.45
LoadMonsterFunction · 0.45
LoadMissileFunction · 0.45
LoadObjectFunction · 0.45
LoadQuestFunction · 0.45
LoadLightingFunction · 0.45
SaveItemFunction · 0.45
SavePlayerFunction · 0.45
SaveMonsterFunction · 0.45
SaveMissileFunction · 0.45
SaveObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected