Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ ReadInt
Method
ReadInt
Source/Game/EntityDescription.cpp:1336–1338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1334
}
1335
1336
void EntityDescriptionField::ReadInt(int* id) const {
1337
memread(id, sizeof(int), 1, data);
1338
}
1339
1340
void EntityDescriptionField::WriteInt(int id) {
1341
memwrite(&id, sizeof(int), 1, data);
Callers
5
ExtractFlatList
Function · 0.45
SetFromDesc
Method · 0.45
SetFromDesc
Method · 0.45
ReturnPaths
Method · 0.45
SaveToXML
Method · 0.45
Calls
1
memread
Function · 0.85
Tested by
no test coverage detected