C# Class Assets.Scripts.Console.ArgumentCandinateState

Inheritance: CandinatesState
Afficher le fichier Open project: sczybt/CheatConsole

Méthodes publiques

Méthode Description
ArgumentCandinateState ( ConsoleViewPC InParent ) : System
HandleAutoComplete ( ) : bool
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
OnGUI ( ) : void
OnStateEnter ( ) : void
PreGUI ( ) : void

Méthodes protégées

Méthode Description
CheckCandinateState ( ICheatCommand InCommand ) : bool
DrawDynamicCheckResult ( ICheatCommand InCommand ) : void
DrawHelperText ( ICheatCommand InCommand ) : void
DrawLabel ( string InText ) : void
ResetCandinates ( List InValues ) : void
UpdateCandinates ( ) : void

Method Details

ArgumentCandinateState() public méthode

public ArgumentCandinateState ( ConsoleViewPC InParent ) : System
InParent ConsoleViewPC
Résultat System

CheckCandinateState() protected méthode

protected CheckCandinateState ( ICheatCommand InCommand ) : bool
InCommand ICheatCommand
Résultat bool

DrawDynamicCheckResult() protected méthode

protected DrawDynamicCheckResult ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
Résultat void

DrawHelperText() protected méthode

protected DrawHelperText ( ICheatCommand InCommand ) : void
InCommand ICheatCommand
Résultat void

DrawLabel() protected méthode

protected DrawLabel ( string InText ) : void
InText string
Résultat void

HandleAutoComplete() public méthode

public HandleAutoComplete ( ) : bool
Résultat bool

HandleSubmit() public méthode

public HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
InText string
InCommand string
InArguments string
Résultat bool

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnStateEnter() public méthode

public OnStateEnter ( ) : void
Résultat void

PreGUI() public méthode

public PreGUI ( ) : void
Résultat void

ResetCandinates() protected méthode

protected ResetCandinates ( List InValues ) : void
InValues List
Résultat void

UpdateCandinates() protected méthode

protected UpdateCandinates ( ) : void
Résultat void