Interface IScriptThread
- Namespace
- KSP.ScriptInterop
- Assembly
- Assembly-CSharp.dll
public interface IScriptThread
- Extension Methods
Properties
IsErrored
bool IsErrored { get; }
Property Value
IsFinished
bool IsFinished { get; }
Property Value
IsReady
bool IsReady { get; }
Property Value
ReturnValue
IScriptValue ReturnValue { get; }
Property Value
Methods
CreateCoroutine(IScriptValue)
void CreateCoroutine(IScriptValue script)
Parameters
scriptIScriptValue
ResumeCoroutine()
void ResumeCoroutine()
Events
onFinished
event Action<IScriptValue> onFinished