Class KSP2Mod
- Namespace
- KSP.Modding
- Assembly
- Assembly-CSharp.dll
- Inheritance
-
KSP2Mod
- Inherited Members
-
- Extension Methods
-
Constructors
KSP2Mod()
Fields
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
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()
Returns
- bool