C# Class Assets.Scripts.Console.CommandCandinateState

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

Méthodes publiques

Méthode Description
CheckCandinateState ( ) : void
CommandCandinateState ( ConsoleViewPC InParent ) : System
HandleAutoComplete ( ) : bool
HandleSubmit ( string InText, string InCommand, string InArguments ) : bool
OnGUI ( ) : void
UpdateCandinates ( ) : void

Method Details

CheckCandinateState() public méthode

public CheckCandinateState ( ) : void
Résultat void

CommandCandinateState() public méthode

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

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

UpdateCandinates() public méthode

public UpdateCandinates ( ) : void
Résultat void