C# Class GameWorld2.VendingMachine

Inheritance: GameWorld2.MimanTing
Exibir arquivo Open project: eriksvedang/GameWorld2

Public Properties

Property Type Description
TABLE_NAME string

Private Properties

Property Type Description
API_CreateDrink void
API_GetUser string
API_Name string
API_Random float
API_Time float

Public Methods

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

Protected Methods

Method Description
SetupCells ( ) : void

Private Methods

Method Description
API_CreateDrink ( string type, float liquidAmount ) : void
API_GetUser ( ) : string
API_Name ( ) : string
API_Random ( ) : float
API_Time ( ) : float

Method Details

CanInteractWith() public method

public CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
pTingToInteractWith TingTing.Ting
return bool

DoesMasterProgramExist() public method

public DoesMasterProgramExist ( ) : bool
return bool

MaybeFixGroupIfOutsideIslandOfTiles() public method

public MaybeFixGroupIfOutsideIslandOfTiles ( ) : void
return void

PrepareForBeingHacked() public method

public PrepareForBeingHacked ( ) : void
return void

PushCokeDispenserButton() public method

public PushCokeDispenserButton ( GameWorld2.Character pUser ) : void
pUser GameWorld2.Character
return void

SetupCells() protected method

protected SetupCells ( ) : void
return void

Update() public method

public Update ( float dt ) : void
dt float
return void

Property Details

TABLE_NAME public_oe static_oe property

public static string TABLE_NAME
return string