Table of Contents

Class KSP2LuaModCore

Namespace
KSP.Modding
Assembly
Assembly-CSharp.dll
public class KSP2LuaModCore : IKSP2ModCore
Inheritance
KSP2LuaModCore
Implements
Inherited Members
Extension Methods

Constructors

KSP2LuaModCore(Version, string, string, string)

public KSP2LuaModCore(Version APIVersion, string ModName, string EntryPoint, string ModRootPath)

Parameters

APIVersion Version
ModName string
EntryPoint string
ModRootPath string

Properties

ModCoreState

public KSP2ModCoreState ModCoreState { get; }

Property Value

KSP2ModCoreState

Methods

ExecuteEvent(string)

public bool ExecuteEvent(string eventName)

Parameters

eventName string

Returns

bool

ModShutdown()

public void ModShutdown()

ModStart()

public void ModStart()

ModUpdate()

public void ModUpdate()