GetObject

From MaratisWiki
Revision as of 01:32, 11 April 2012 by Vegas (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Any object you want to apply an action must be declared with getObject.

Eg. If you try to translate an object without declaring it first, nothing will happen.

To declare an object, simply put at the top of the script :

   object = getObject("object") 

You can also give it a different name :

CustomName = getObject("object")

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox