class ConsoleSystem

in global :: Sandbox

A library to interact with the Console System.


public static void SetValue( string name, object value )

Try to set a console variable. You will only be able to set variables that you have permission to set.

public static string GetValue( string name, string defaultValue = null )

Get a console variable's value as a string.

public static void Run( string command )

Run this command. This should be a single command.

public static void Run( string command, object[] arguments )

Run this command, along with the arguments. We'll automatically convert them to strings and handle quoting.

public static void OnChangePropertySet( ref WrappedPropertySet<T> p )

😔 No documentation found.

public static void OnWrappedSet( ref WrappedPropertySet<T> p )

😔 No documentation found.

public static T OnWrappedGet( ref WrappedPropertyGet<T> p )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.