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