Click or drag to resize

ConsoleExecute Method

Execute a Lua command or expression on the Console.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Execute(
	string command
)
Request Example View Source

Parameters

command
Type: SystemString
Command or expression to execute.
See Also