Updated Introduction to Editor Scripting.md (markdown)
commited
commit
ab1df06b28f5bfc2e1765967981d18b5d60e1743
... | ... | @@ -107,7 +107,7 @@ let justATree = { |
107 | 107 | }, |
108 | 108 | build: () => { |
109 | 109 | // the "this" keyword refers to the object it is inside to, |
110 | // in this case the "justATree" but since its not yet defined as that we use it
|
|
110 | // in this case the "justATree" but since its not yet defined as that we use "this"
|
|
111 | 111 | setBlock(this.x, this.y, this.z, 0); |
112 | 112 | } |
113 | 113 | } |