UnderScript

Various changes to undercards, an undertale fan-made card game.

This project is maintained by feildmaster

underscript.streamerMode()

by feildmaster (October 15, 2023)

Detect if streamer mode is active.

Syntax

underscript.streamerMode();

Return Value
true if streamer mode enabled

Examples

if (underscript.streamerMode()) {
    // Do something special
}

API Documentation: | UnderScript | Plugin | EventEmitter |