|
TorqueScript Reference
|
Typedefs | |
| typedef type | new |
| typedef type new |
create a new object
%myID.myFunction.new is the keyword telling the engine to create an instance of the following class.name.myFunction (without % or $ before it).
1.8.10