Interface IScriptClass
- Namespace
- KSP.ScriptInterop
- Assembly
- Assembly-CSharp.dll
public interface IScriptClass
- Extension Methods
Properties
name
string name { get; }
Property Value
Methods
RegisterChild(string)
IScriptClass RegisterChild(string name)
Parameters
namestring
Returns
RegisterClrMethod(string, object)
void RegisterClrMethod(string name, object clrFunction)