Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Tac
LifeSupportModule
C# Class Tac.LifeSupportModule
Inheritance:
PartModule
,
IResourceConsumer
Datei anzeigen
Open project: KSP-RO/TacLifeSupport
Public Methods
Method
Description
GetConsumedResources
( ) :
List
GetInfo
( ) :
string
OnAwake
( ) :
void
OnStart
(
PartModule
state
) :
void
Method Details
GetConsumedResources()
public
method
public
GetConsumedResources
( ) :
List
return
List
GetInfo()
public
method
public
GetInfo
( ) :
string
return
string
OnAwake()
public
method
public
OnAwake
( ) :
void
return
void
OnStart()
public
method
public
OnStart
(
PartModule
state
) :
void
state
PartModule
return
void