Class ScriptOptions
- Namespace
- MoonSharp.Interpreter
- Assembly
- Assembly-CSharp.dll
public class ScriptOptions
- Inheritance
-
ScriptOptions
- Inherited Members
-
- Extension Methods
-
Properties
CheckThreadAccess
public bool CheckThreadAccess { get; set; }
Property Value
- bool
ColonOperatorClrCallbackBehaviour
public ColonOperatorBehaviour ColonOperatorClrCallbackBehaviour { get; set; }
Property Value
- ColonOperatorBehaviour
public Func<string, string> DebugInput { get; set; }
Property Value
- Func<string, string>
DebugPrint
public Action<string> DebugPrint { get; set; }
Property Value
- Action<string>
ScriptLoader
public IScriptLoader ScriptLoader { get; set; }
Property Value
- IScriptLoader
Stderr
public Stream Stderr { get; set; }
Property Value
- Stream
Stdin
public Stream Stdin { get; set; }
Property Value
- Stream
Stdout
public Stream Stdout { get; set; }
Property Value
- Stream
TailCallOptimizationThreshold
public int TailCallOptimizationThreshold { get; set; }
Property Value
- int
UseLuaErrorLocations
public bool UseLuaErrorLocations { get; set; }
Property Value
- bool