MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / setprop

Function setprop

ServerEditorWeb/ace/worker-javascript.js:4854–4860  ·  view source on GitHub ↗
(funct, name, values)

Source from the content-addressed store, hash-verified

4852 }
4853
4854 function setprop(funct, name, values) {
4855 if (!funct["(properties)"][name]) {
4856 funct["(properties)"][name] = { unused: false };
4857 }
4858
4859 _.extend(funct["(properties)"][name], values);
4860 }
4861
4862 function getprop(funct, name, prop) {
4863 if (!funct["(properties)"][name])

Callers 2

addlabelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected