ConsoleMan.ScreenSize

From Data Realms Wiki

Jump to: navigation, search

A number float variable ranging from 0 to 1. The decimal represents the percentage of the screen that the console takes up. Numbers higher than 1 are evaluated as 1

  1. ConsoleMan.ScreenSize = 1 --Fullscreen console
  2. ConsoleMan.ScreenSize = .5 --Half-screen console
  3. ConsoleMan.ScreenSize = 0 --Console disappears, not recommended ;)
  4. ConsoleMan.ScreenSize = 123 --Fullscreen
Personal tools