LodSelectorTemplate.Create

From Pilot_51's Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

MDT Description

The Create command is used to inform the scripting engine that a new LOD (Level of Detail) selector template 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.

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

The second argument is the unique name of the object. This is used in any object references.

Source and more details

Additional Description