C# Class GameWorld2.Machine

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

Méthodes publiques

Свойство Type Description
onGoodsConverted System.Action
onRunBlock System.Action

Private Properties

Свойство Type Description
API_Analyze string
API_Convert string
API_Purity float
API_Refine void
Improve char

Méthodes publiques

Méthode Description
DoesMasterProgramExist ( ) : bool
MaybeFixGroupIfOutsideIslandOfTiles ( ) : void
PrepareForBeingHacked ( ) : void
ProcessGoods ( Goods pGoods ) : void
RemovedGoods ( ) : void
RunBlock ( ) : void
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode Description
API_Analyze ( ) : string
API_Convert ( ) : string
API_Purity ( ) : float
API_Refine ( float pos ) : void
Improve ( char c ) : char

Method Details

DoesMasterProgramExist() public méthode

public DoesMasterProgramExist ( ) : bool
Résultat bool

MaybeFixGroupIfOutsideIslandOfTiles() public méthode

public MaybeFixGroupIfOutsideIslandOfTiles ( ) : void
Résultat void

PrepareForBeingHacked() public méthode

public PrepareForBeingHacked ( ) : void
Résultat void

ProcessGoods() public méthode

public ProcessGoods ( Goods pGoods ) : void
pGoods Goods
Résultat void

RemovedGoods() public méthode

public RemovedGoods ( ) : void
Résultat void

RunBlock() public méthode

public RunBlock ( ) : void
Résultat void

SetupCells() protected méthode

protected SetupCells ( ) : void
Résultat void

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

onGoodsConverted public_oe property

public Action,System onGoodsConverted
Résultat System.Action

onRunBlock public_oe property

public Action,System onRunBlock
Résultat System.Action