ScriptCenter class documentation
ScriptCenter : NSObjectDefault
- + (ScriptCenter *) sharedInstance
Returns a singleton instance of this class.
- - (void) enableScriptingWithObjects: (NSDictionary *)scriptObjects
Enables scripting and publishes the specified dictionary.
- - (void) scriptObject: (id)anObject withName: (NSString *)aName
Add an object to this applications scripting dictionary.