C# Class B9PartSwitch.B9TankSettings

Show file Open project: blowfishpro/B9PartSwitch Class Usage Examples

Public Methods

Method Description
FindResourceDefinition ( string name ) : PartResourceDefinition
GetTankType ( string name ) : TankType
ModuleManagerPostLoad ( ) : void
ReloadTankDefs ( ) : void
TankTypeExists ( string name ) : bool

Private Methods

Method Description
B9TankSettings ( ) : System
CheckTankDefs ( ) : void

Method Details

FindResourceDefinition() public static method

public static FindResourceDefinition ( string name ) : PartResourceDefinition
name string
return PartResourceDefinition

GetTankType() public static method

public static GetTankType ( string name ) : TankType
name string
return TankType

ModuleManagerPostLoad() public static method

public static ModuleManagerPostLoad ( ) : void
return void

ReloadTankDefs() public static method

public static ReloadTankDefs ( ) : void
return void

TankTypeExists() public static method

public static TankTypeExists ( string name ) : bool
name string
return bool