Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Global Commands

These commands can be used in any scene.

Commands

FUN_7100514dc0(ticks) - Rest

Function address: 0x7100514dc0

Usage - to be added when tools are developed

Rest for a certain amount of ticks. 480 ticks = 1 beat.

ArgumentTypeDescription
ticksintThe number of ticks to rest for

FUN_71001366e0(ticks, opacity) - Fade Screen

Function address: 0x71001366e0

Usage - to be added when tools are developed

Fade the screen to opacity over ticks. Opacity ranges from 0 to 1.
Opacity 0 = black screen.

ArgumentTypeDescription
opacityfloatThe opacity of the gameplay
ticksintThe duration of the fade

FUN_71001399F0() - Initialize Subtitlebox

Function address: 0x71001399F0

Usage - to be added when tools are developed

Initialize the subtitlebox.

FUN_7100139A20() - Set Subtitlebox Text

Function address: 0x7100139A20

Usage - to be added when tools are developed

Sets the text inside the subtitlebox to the provided MSBT string.

FUN_7100139A30() - Force Show Subtitlebox

Function address: 0x7100139A30

Usage - to be added when tools are developed

Forces the subtitlebox to be shown, even when not running the level in a Video Example.

FUN_7100139A10() - Toggle Subtitlebox

Function address: 0x7100139A10

Usage - to be added when tools are developed

Shows/hides the subtitlebox.