class IrisConfig
package crowplexus.iris
Static methods
Constructor
new(name:String, autoRun:Bool = true, autoPreset:Bool = true, ?localBlocklist:Array<String>)
Initialises the Iris script config.
Parameters:
name | The obvious! |
|---|---|
autoRun | Makes the script run automatically upon being created. |
autoPreset | Makes the script automatically set imports to itself upon creation. |
localBlocklist | List of classes or enums that cannot be used within this particular script |