MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getAmount

Method getAmount

src/Engine/CatFile.h:46–49  ·  view source on GitHub ↗

Get amount of objects.

Source from the content-addressed store, hash-verified

44 }
45 /// Get amount of objects.
46 int getAmount() const
47 {
48 return _amount;
49 }
50 /// Get object size.
51 unsigned int getObjectSize(unsigned int i) const
52 {

Callers 2

loadCatMethod · 0.80
loadMusicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected