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

Afficher le fichier Open project: denikson/CM3D2.MaidFiddler

Méthodes publiques

Méthode 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

Méthode 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 méthode

public IsLocked ( PlayerChangeType type ) : bool
type PlayerChangeType
Résultat bool

Lock() public méthode

public Lock ( PlayerChangeType type ) : void
type PlayerChangeType
Résultat void

PlayerInfo() public méthode

public PlayerInfo ( MaidFiddlerGUI gui ) : System
gui MaidFiddlerGUI
Résultat System

SetValue() public méthode

public SetValue ( PlayerChangeType type, object value ) : void
type PlayerChangeType
value object
Résultat void

Unlock() public méthode

public Unlock ( PlayerChangeType type ) : void
type PlayerChangeType
Résultat void

UpdateAll() public méthode

public UpdateAll ( ) : void
Résultat void

UpdateField() public méthode

public UpdateField ( PlayerChangeType type ) : void
type PlayerChangeType
Résultat void