C# 클래스 a_do_trap_emeraldpuzzle, UnderworldExporter

상속: trap_base
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter

공개 프로퍼티들

프로퍼티 타입 설명
hasExecuted bool

공개 메소드들

메소드 설명
ExecuteTrap ( int triggerX, int triggerY, int State ) : void
PostActivate ( ) : void

비공개 메소드들

메소드 설명
CheckArea ( Vector3 centre, float radius, int item_id ) : bool
CheckPlinths ( ) : bool
CreateRuneStone ( int ItemID ) : void

메소드 상세

ExecuteTrap() 공개 메소드

public ExecuteTrap ( int triggerX, int triggerY, int State ) : void
triggerX int
triggerY int
State int
리턴 void

PostActivate() 공개 메소드

public PostActivate ( ) : void
리턴 void

프로퍼티 상세

hasExecuted 공개적으로 프로퍼티

public bool hasExecuted
리턴 bool