Difference between revisions of "AiTemplate.Create"

From Pilot_51's Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 10:31, 20 November 2008

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