Table of Contents

Class KSP2Mod

Namespace
KSP.Modding
Assembly
Assembly-CSharp.dll
public class KSP2Mod
Inheritance
KSP2Mod
Inherited Members
Extension Methods

Constructors

KSP2Mod()

public KSP2Mod()

Fields

EntryPoint

public string EntryPoint

Field Value

string

ModRootPath

public string ModRootPath

Field Value

string

Properties

APIVersion

public Version APIVersion { get; }

Property Value

Version

Catalog

public string Catalog { get; }

Property Value

string

CurrentState

public KSP2ModState CurrentState { get; }

Property Value

KSP2ModState

ID

public int ID { get; }

Property Value

int

ModAuthor

public string ModAuthor { get; }

Property Value

string

ModDescription

public string ModDescription { get; }

Property Value

string

ModName

public string ModName { get; }

Property Value

string

ModType

public KSP2ModType ModType { get; }

Property Value

KSP2ModType

ModVersion

public Version ModVersion { get; }

Property Value

Version

Methods

ExecuteEvent(string)

public bool ExecuteEvent(string eventText)

Parameters

eventText string

Returns

bool

Load()

public bool Load()

Returns

bool