Updated Create Object.md (markdown)
commited
commit
491b24182bccb341725e3a9ec45bf7d6ab930d21
... | ... | @@ -1,7 +1,5 @@ |
1 | 1 | Creates a copy of the input object. |
2 | 2 | |
3 | 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. |
|
4 | ||
5 | 3 | [[/uploads/Create Object.png|width=336px]] |
6 | 4 | |
7 | 5 | Input: |
... | ... | @@ -16,4 +14,6 @@ Output: |
16 | 14 | |
17 | 15 | Create Object, when inputted None, uses the last object created on this script. |
18 | 16 | |
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. |
|
18 | ||
19 | 19 | Due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] to-do list! |