ShowInstr

Instruction that shows a character

Constructors

this
this(string character, string texture, bool side)
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

character
string character;
Undocumented in source.
side
bool side;
Undocumented in source.
texture
string texture;
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