C# Class CM3D2.MaidFiddler.Plugin.Gui.MaidFiddlerGUI.PlayerInfo

Datei anzeigen Open project: denikson/CM3D2.MaidFiddler

Public Methods

Method Description
IsLocked ( PlayerChangeType type ) : bool
Lock ( PlayerChangeType type ) : void
PlayerInfo ( MaidFiddlerGUI gui ) : System
SetValue ( PlayerChangeType type, object value ) : void
Unlock ( PlayerChangeType type ) : void
UpdateAll ( ) : void
UpdateField ( PlayerChangeType type ) : void

Private Methods

Method Description
InitFunctions ( ) : void
SetBaseMaidPoints ( int obj ) : void
SetBestSalonGrade ( int obj ) : void
SetDays ( int obj ) : void
SetInitSalonLoan ( long obj ) : void
SetMoney ( long obj ) : void
SetName ( string obj ) : void
SetPhaseDays ( int obj ) : void
SetSalonBeautiful ( int obj ) : void
SetSalonClean ( int obj ) : void
SetSalonEvaluation ( int obj ) : void
SetSalonGrade ( int obj ) : void
SetSalonLoan ( long obj ) : void
SetScenarioPhase ( int obj ) : void
SetShopUseMoney ( long obj ) : void
UpdateName ( PlayerChangeType _ ) : void
UpdateScenatioPhase ( PlayerChangeType _ ) : void
UpdateTableValue ( PlayerChangeType type ) : void

Method Details

IsLocked() public method

public IsLocked ( PlayerChangeType type ) : bool
type PlayerChangeType
return bool

Lock() public method

public Lock ( PlayerChangeType type ) : void
type PlayerChangeType
return void

PlayerInfo() public method

public PlayerInfo ( MaidFiddlerGUI gui ) : System
gui MaidFiddlerGUI
return System

SetValue() public method

public SetValue ( PlayerChangeType type, object value ) : void
type PlayerChangeType
value object
return void

Unlock() public method

public Unlock ( PlayerChangeType type ) : void
type PlayerChangeType
return void

UpdateAll() public method

public UpdateAll ( ) : void
return void

UpdateField() public method

public UpdateField ( PlayerChangeType type ) : void
type PlayerChangeType
return void