tiger_lib::parse::pdxfile::lexer

Constant CONTROL_Z

Source
const CONTROL_Z: char = '\u{001A}';
Expand description

^Z is by convention an end-of-text marker, and the game engine treats it as such.