C# Class Assets.Scripts.Console.CandinatesState

Inheritance: BaseState
Datei anzeigen Open project: sczybt/CheatConsole

Protected Properties

Property Type Description
CandinatesList Assets.Scripts.Console.ItemList
ParentView ConsoleViewPC

Public Methods

Method Description
CandinatesState ( ConsoleViewPC InParent ) : System
HandleAutoComplete ( ) : bool
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
OnGUI ( ) : void
PreGUI ( ) : void
TryMoveSelection ( int InDelta ) : void

Protected Methods

Method Description
OnClick ( int Index ) : void

Method Details

CandinatesState() public method

public CandinatesState ( ConsoleViewPC InParent ) : System
InParent ConsoleViewPC
return System

HandleAutoComplete() public method

public HandleAutoComplete ( ) : bool
return bool

HandleSubmit() public method

public HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
InText string
InCommand string
InArguments string
return bool

OnClick() protected method

protected OnClick ( int Index ) : void
Index int
return void

OnGUI() public abstract method

public abstract OnGUI ( ) : void
return void

PreGUI() public method

public PreGUI ( ) : void
return void

TryMoveSelection() public method

public TryMoveSelection ( int InDelta ) : void
InDelta int
return void

Property Details

CandinatesList protected_oe property

protected ItemList,Assets.Scripts.Console CandinatesList
return Assets.Scripts.Console.ItemList

ParentView protected_oe property

protected ConsoleViewPC,Assets.Scripts.Console ParentView
return ConsoleViewPC