Revert commit 423ae7f
commited
commit
74a86fcb75508e3f83e28e88f21d33332a79b05a
... | ... | @@ -1,6 +1,6 @@ |
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 4000 objects, you'll be punished with a "Too many objects" error message. It's for your own protection. |
|
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 | 4 | |
5 | 5 | *Note:* Due to technical limitations, the object's scripts will not be copied. Fixing this is on [[Martin's|Martin Magni]] to-do list! |
6 | 6 |