C# Class GameWorld2.VendingMachine

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

Méthodes publiques

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

Private Properties

Свойство Type Description
API_CreateDrink void
API_GetUser string
API_Name string
API_Random float
API_Time float

Méthodes publiques

Méthode Description
CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
DoesMasterProgramExist ( ) : bool
MaybeFixGroupIfOutsideIslandOfTiles ( ) : void
PrepareForBeingHacked ( ) : void
PushCokeDispenserButton ( GameWorld2.Character pUser ) : void
Update ( float dt ) : void

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode Description
API_CreateDrink ( string type, float liquidAmount ) : void
API_GetUser ( ) : string
API_Name ( ) : string
API_Random ( ) : float
API_Time ( ) : float

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

MaybeFixGroupIfOutsideIslandOfTiles() public méthode

public MaybeFixGroupIfOutsideIslandOfTiles ( ) : void
Résultat void

PrepareForBeingHacked() public méthode

public PrepareForBeingHacked ( ) : void
Résultat void

PushCokeDispenserButton() public méthode

public PushCokeDispenserButton ( GameWorld2.Character pUser ) : void
pUser GameWorld2.Character
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

TABLE_NAME public_oe static_oe property

public static string TABLE_NAME
Résultat string