Open Dev Kit Documentation :: General :: Object Resource
Root.ObjectResourceAbstract resource for structured objects
Functions
- Copy ( Other Object Resource )
- Refresh Properties ( Object Abstract*, Stylesheet Boolean )
- Re-applies stylesheet and property scripts
- Remove Overrides ( Object Abstract* )
- Remove all applied style overrides
- Reset Object Resource ( )
- reset object resource global to its original state
- Get Next Instance ( Object Abstract*, Instance Instance* ) Instance*
- Returns the first instance when an instance is not provided, and returns the next instance in sequence otherwise
- Get Instance Parent ( Object Abstract*, Instance Instance* ) Instance*
- Returns the parent of the specified instance
- Get Instance Children ( Object Abstract*, Instance Instance* ) Instance* Array
- Returns the children instances
- Get Instance All Children ( Object Abstract*, Instance Instance* ) Instance* Array
- Returns all nested children instances
- Is Unique Instance Name ( Instance Instance*, Name String ) Boolean
- Returns true if the instance's name is unique
- Find Instance ( Object Abstract*, Parent Instance*, Type API Node*, Name String, Index Integer ) Instance*
- Validate Instances ( ) String Array
- Returns all invalid instance names
Properties
- Stylesheet Stylesheet'
- stylesheet applied to the object
- Class Node API Node*
- resource class node in the API
- Instance Node API Node*
- resource instance (global property) node in the API
If you think anything is missing, please feel free to: submit documentation feedback on this page