Table of Contents

Interface IScriptObject

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

Properties

name

string name { get; }

Property Value

string

Methods

SetCallback<T>(string, T)

void SetCallback<T>(string name, T callback)

Parameters

name string
callback T

Type Parameters

T