Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ GetArray
Method
GetArray
Source/Game/savefile.cpp:464–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
462
}
463
464
std::vector<std::string> SavedLevel::GetArray(const std::string &key) {
465
return array_data_[key];
466
}
467
468
void SavedLevel::SetInt32Value(const std::string &key, const int32_t value) {
469
data_int32_[key] = value;
Callers
1
AS_GetArray
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected