Table of Contents

Interface IScriptThread

Namespace
KSP.ScriptInterop
Assembly
Assembly-CSharp.dll
public interface IScriptThread
Extension Methods

Properties

IsErrored

bool IsErrored { get; }

Property Value

bool

IsFinished

bool IsFinished { get; }

Property Value

bool

IsReady

bool IsReady { get; }

Property Value

bool

ReturnValue

IScriptValue ReturnValue { get; }

Property Value

IScriptValue

Methods

CreateCoroutine(IScriptValue)

void CreateCoroutine(IScriptValue script)

Parameters

script IScriptValue

ResumeCoroutine()

void ResumeCoroutine()

Events

onFinished

event Action<IScriptValue> onFinished

Event Type

Action<IScriptValue>