C# Class GameWorld2.Teleporter

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

Méthodes publiques

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

Private Properties

Свойство Type Description
API_Position string
API_Print void
API_SetWorldPosition string
API_Teleport string
IsAllowedToTeleport bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
SetupCells ( ) : void

Private Methods

Méthode 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 méthode

public DoesMasterProgramExist ( ) : bool
Résultat bool

PrepareForBeingHacked() public méthode

public PrepareForBeingHacked ( ) : void
Résultat void

PushButton() public méthode

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