MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks / updateIndexParams

Method updateIndexParams

Sources/src/Model/Objects/Script.js:145–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 updateIndexParams()
146 {
147 this.paramsIndex = {};
148 for (let p in this.params)
149 {
150 this.paramsIndex[this.params[p].name] = p;
151 }
152 }
153}

Callers 6

renderObjectModulesMethod · 0.80
elseMethod · 0.80
Scene.jsFile · 0.80
Properties.jsFile · 0.80
buildScriptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected