ObjectTemplate.Create

From Pilot_51's Wiki
Jump to navigation Jump to search

MDT description

The Create command is used to inform the scripting engine that a new object template is going to be created. All properties and commands following a create command will be applied to that object, until another create command or the end of the file is encountered.

The first argument is one of the pre-defined object types that is going to be created. See the type list.

The second argument is the unique name of the object. This is what is used to add this object to other objects with the AddTemplate command, and is used in any other object references.

Source and more details

Additional Description