MusicInstr

Instruction that sets the scene's music

Constructors

this
this(string musicFile)
Undocumented in source.

Members

Functions

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

Variables

musicFile
string musicFile;
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