Table of Contents

Class ScriptExecutionCommand

Namespace
RisingV.Scripting.Commands
Assembly
RisingV.Scripting.dll
[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

string

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)

Parameters

ctx ChatCommandContext
rawCode string
diagnostics bool
async bool