Class ScriptExecutionCommand
[CommandGroup("script", "sc")]
public static class ScriptExecutionCommand
- Inheritance
-
ScriptExecutionCommand
- Inherited Members
Fields
Namespaces
public static readonly string[] Namespaces
Field Value
- string[]
ScriptTemplate
public static readonly string ScriptTemplate
Field Value
Methods
Run(ChatCommandContext, string, bool, bool)
[Command("run", "r", ".script run \"script.CharEntity.DropItemNearby(\"993033515\", 1)\"", "Execute C# Code", null, true)]
public static void Run(ChatCommandContext ctx, string rawCode, bool diagnostics = false, bool async = false)