C# Class GameWorld2.Teleporter

Inheritance: GameWorld2.MimanTing, TingWithButton
显示文件 Open project: eriksvedang/GameWorld2

Public Properties

Property Type Description
TABLE_NAME string

Private Properties

Property Type Description
API_Position string
API_Print void
API_SetWorldPosition string
API_Teleport string
IsAllowedToTeleport bool

Public Methods

Method Description
DoesMasterProgramExist ( ) : bool
PrepareForBeingHacked ( ) : void
PushButton ( TingTing.Ting pUser ) : void
Update ( float dt ) : void

Protected Methods

Method Description
SetupCells ( ) : void

Private Methods

Method Description
API_Position ( ) : string
API_Print ( string text ) : void
API_SetWorldPosition ( string room, float x, float y ) : string
API_Teleport ( float x, float y ) : string
IsAllowedToTeleport ( GameWorld2.Character pUser ) : bool

Method Details

DoesMasterProgramExist() public method

public DoesMasterProgramExist ( ) : bool
return bool

PrepareForBeingHacked() public method

public PrepareForBeingHacked ( ) : void
return void

PushButton() public method

public PushButton ( TingTing.Ting pUser ) : void
pUser TingTing.Ting
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