ConsoleMan.ScreenSize

From Data Realms Wiki

(Difference between revisions)
Jump to: navigation, search
Thoughtprocess (Talk)
(Lua member variable page)

Latest revision as of 15:23, 16 May 2009

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