Table of Contents

Interface IScriptClass

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

Properties

name

string name { get; }

Property Value

string

Methods

RegisterChild(string)

IScriptClass RegisterChild(string name)

Parameters

name string

Returns

IScriptClass

RegisterClrMethod(string, object)

void RegisterClrMethod(string name, object clrFunction)

Parameters

name string
clrFunction object