UnderScript
Various changes to undercards, an undertale fan-made card game.
This project is maintained by feildmaster
underscript.streamerMode()
by feildmaster (January 6, 2026)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 |
