C# 클래스 GameWorld2.Teleporter

상속: GameWorld2.MimanTing, TingWithButton
파일 보기 프로젝트 열기: eriksvedang/GameWorld2

공개 프로퍼티들

프로퍼티 타입 설명
TABLE_NAME string

Private Properties

프로퍼티 타입 설명
API_Position string
API_Print void
API_SetWorldPosition string
API_Teleport string
IsAllowedToTeleport bool

공개 메소드들

메소드 설명
DoesMasterProgramExist ( ) : bool
PrepareForBeingHacked ( ) : void
PushButton ( TingTing.Ting pUser ) : void
Update ( float dt ) : void

보호된 메소드들

메소드 설명
SetupCells ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DoesMasterProgramExist() 공개 메소드

public DoesMasterProgramExist ( ) : bool
리턴 bool

PrepareForBeingHacked() 공개 메소드

public PrepareForBeingHacked ( ) : void
리턴 void

PushButton() 공개 메소드

public PushButton ( TingTing.Ting pUser ) : void
pUser TingTing.Ting
리턴 void

SetupCells() 보호된 메소드

protected SetupCells ( ) : void
리턴 void

Update() 공개 메소드

public Update ( float dt ) : void
dt float
리턴 void

프로퍼티 상세

TABLE_NAME 공개적으로 정적으로 프로퍼티

public static string TABLE_NAME
리턴 string