Static methods

Constructor

@:value({ autoPreset : true, autoRun : true })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

Variables

@:value(true)autoPreset:Bool = true

@:value(true)autoRun:Bool = true

@:value([])@:unreflectivelocalBlocklist:Array<String> = []

@:value(null)name:String = null

@:value(null)packageName:String = null