ConsoleMan.ScreenSize

From Data Realms Wiki

Revision as of 15:23, 16 May 2009 by Thoughtprocess (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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