My program doesn't have bugs. It just develops random features.

Legacy:FPSConsoleExt

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 00:15, 15 May 2005 by Kamek (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Interactions >> Interaction >> Console >> FPSConsole >> FPSConsoleExt (Package: FPSGame)

Multi-line console.

Properties (hidden)[edit]

int MaxScrollbackSize [globalconfig] 
Maximum number of lines allowed in the scrollback buffer.

Variables[edit]

array<string> Scrollback 
Contains the scrollback buffer.
int SBHead
int SBPos
bool bCtrl
bool bConsoleKey

Methods[edit]

Exec functions[edit]

CLS [exec] 
Clears the scrollback buffer.