MCPcopy 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
178void ScriptParams::SetObjectID(uint32_t id) {
179 obj_id = id;
180}
181
182uint32_t ScriptParams::GetObjectID() const {
183 return obj_id;

Callers 2

LoadLevelMethod · 0.80
SetIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected