C# Class GameWorld2.Goods

Inheritance: GameWorld2.MimanTing
Afficher le fichier Open project: eriksvedang/GameWorld2 Class Usage Examples

Méthodes publiques

Свойство Type Description
TABLE_NAME string

Private Properties

Свойство Type Description
GetRandomMineralString string

Méthodes publiques

Méthode Description
CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
DoesMasterProgramExist ( ) : bool
FixBeforeSaving ( ) : void
GetPureness ( ) : float
RandomizeMinerals ( ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode Description
GetRandomMineralString ( ) : string

Method Details

CanInteractWith() public méthode

public CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
pTingToInteractWith TingTing.Ting
Résultat bool

DoesMasterProgramExist() public méthode

public DoesMasterProgramExist ( ) : bool
Résultat bool

FixBeforeSaving() public méthode

public FixBeforeSaving ( ) : void
Résultat void

GetPureness() public méthode

public GetPureness ( ) : float
Résultat float

RandomizeMinerals() public méthode

public RandomizeMinerals ( ) : void
Résultat void

SetupCells() protected méthode

protected SetupCells ( ) : void
Résultat void

Property Details

TABLE_NAME public_oe static_oe property

public static string TABLE_NAME
Résultat string