Updated Create Object.md (markdown)
commited
commit
d5feceaee9b1edc1589b1a4596d97dd19e295d3d
... | ... | @@ -10,10 +10,12 @@ Output: |
10 | 10 | |
11 | 11 | - Copy: Returns the copy of the object. |
12 | 12 | |
13 | However this does not copy the scripts inside a block, only the _shell_ of the block. |
|
14 | ||
13 | 15 | ## Notes |
14 | 16 | |
15 | 17 | Create Object, when inputted None, uses the last object created on this script. |
16 | 18 | |
17 | Making *too* many objects will affect performance negatively, so clone responsibly. And if you try to make more than 4096 objects, you'll be punished with a "Too many objects" error message. It's for your own protection.
|
|
19 | Making *too* many objects will affect performance negatively, so clone responsibly. |
|
18 | 20 | |
19 | Due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] to-do list! |
|
20 | 21 |
+There's also a limit of 4096 created objects, so if you try to create more than that you will get a "Too many objects" error message. |