CodeInstr

Instruction that executes D code

Constructors

this
this(void delegate(Script script) instr)
Undocumented in source.

Members

Functions

execute
bool execute(Script script)

Executes the instruction

isBlocking
bool isBlocking()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

instr
void delegate(Script script) instr;
Undocumented in source.

Inherited Members

From IScriptInstr

execute
bool execute(Script script)

Execution function that runs the instruction

isBlocking
bool isBlocking()

Gets whether the instruction is blocking

Meta