Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | Static Protected Member Functions | Properties | List of all members
KSP.UI.Screens.DebugToolbar.DebugScreenConsole Class Reference
Inheritance diagram for KSP.UI.Screens.DebugToolbar.DebugScreenConsole:

Classes

class  ConsoleCommand
 

Public Member Functions

delegate void OnConsoleCommand (string arg)
 

Static Public Member Functions

static void AddConsoleCommand (string command, OnConsoleCommand onCommand, string help=null)
 
static ConsoleCommand GetCommand (int command)
 
static ConsoleCommand GetCommand (string command)
 
static void RemoveConsoleCommand (string command)
 

Public Attributes

TMPro.TMP_InputField inputField
 
const string LockID = "DebugConsole"
 
ScrollRect scrollRect
 
Button submitButton
 
TextMeshQueue textMeshQueue
 

Static Protected Member Functions

static bool ParseInputString (string str)
 

Properties

static int CommandCount [get]
 
bool InputLocked [get, set]
 

Member Function Documentation

static void KSP.UI.Screens.DebugToolbar.DebugScreenConsole.AddConsoleCommand ( string  command,
OnConsoleCommand  onCommand,
string  help = null 
)
inlinestatic
static ConsoleCommand KSP.UI.Screens.DebugToolbar.DebugScreenConsole.GetCommand ( int  command)
inlinestatic
static ConsoleCommand KSP.UI.Screens.DebugToolbar.DebugScreenConsole.GetCommand ( string  command)
inlinestatic
delegate void KSP.UI.Screens.DebugToolbar.DebugScreenConsole.OnConsoleCommand ( string  arg)
static bool KSP.UI.Screens.DebugToolbar.DebugScreenConsole.ParseInputString ( string  str)
inlinestaticprotected
static void KSP.UI.Screens.DebugToolbar.DebugScreenConsole.RemoveConsoleCommand ( string  command)
inlinestatic

Member Data Documentation

TMPro.TMP_InputField KSP.UI.Screens.DebugToolbar.DebugScreenConsole.inputField
const string KSP.UI.Screens.DebugToolbar.DebugScreenConsole.LockID = "DebugConsole"
ScrollRect KSP.UI.Screens.DebugToolbar.DebugScreenConsole.scrollRect
Button KSP.UI.Screens.DebugToolbar.DebugScreenConsole.submitButton
TextMeshQueue KSP.UI.Screens.DebugToolbar.DebugScreenConsole.textMeshQueue

Property Documentation

int KSP.UI.Screens.DebugToolbar.DebugScreenConsole.CommandCount
staticget
bool KSP.UI.Screens.DebugToolbar.DebugScreenConsole.InputLocked
getset

The documentation for this class was generated from the following file: