Skip to content

SCUMM 8 API: Variables

Paul Nicholas edited this page Apr 27, 2017 · 3 revisions

room_curr

Gets or sets the current room being displayed.

selected_actor

Gets or sets the default Actor and also the one that the player can control.

selected_sentence

Gets the sentence that the player selected, follows showing a list of dialog options.

Debugging Variables

show_debuginfo

If set to true, will display debugging information, such as the mouse cursor position (relative to room coordinates).

show_perfinfo

If set to true, will display performance information, such current CPU and Memory usage.

enable_mouse

If set to true, mouse control will be enabled (may not be supported on all devices).

Clone this wiki locally