Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ SetObjectID
Method
SetObjectID
Source/Scripting/scriptparams.cpp:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void ScriptParams::SetObjectID(uint32_t id) {
179
obj_id = id;
180
}
181
182
uint32_t ScriptParams::GetObjectID() const {
183
return obj_id;
Callers
2
LoadLevel
Method · 0.80
SetID
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected