AiTemplatePlugIn.Create

From Pilot_51's Wiki
Revision as of 10:33, 20 November 2008 by Pilot 51 (talk | contribs) (New page: == MDT Description == The ''Create'' command is used to inform the scripting engine that a new object is going to be created. All properties and commands following a create command will be...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MDT Description

The Create command is used to inform the scripting engine that a new object 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.

Source and more details

Additional Description