Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getObjectSize
Method
getObjectSize
src/Engine/CatFile.h:51–54 ·
view source on GitHub ↗
Get object size.
Source
from the content-addressed store, hash-verified
49
}
50
/// Get object size.
51
unsigned int getObjectSize(unsigned int i) const
52
{
53
return (i < _amount) ? _size[i] : 0;
54
}
55
/// Load an object into memory.
56
char *load(unsigned int i, bool name = false);
57
};
Callers
2
loadCat
Method · 0.80
loadMusic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected