Updated Create Object.md (markdown)
commited
commit
084e6b740a4cd4123e418830443898468c26cb33
... | ... | @@ -1,4 +1,8 @@ |
1 | Creates a copy of the input object. (Note that due to technical limitations, the object's scripts will not be copied. Fixing this is on my todo list!) |
|
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. |
3 | 4 | |
5 | *Note:* due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] todo list! |
|
6 | ||
7 | ||
4 | 8 | [[/uploads/Createobject.png]] |
... | ... | \ No newline at end of file |