C# 클래스 FOnline.Den.Ghost

파일 보기 프로젝트 열기: wladimiiir/vault112

Private Properties

프로퍼티 타입 설명
_GhostAttacked void
_GhostDead void
_GhostStealing void
e_RessurectGhost uint
e_RunTreasureDialog uint

공개 메소드들

메소드 설명
Init ( Critter ghost, bool firstTime ) : void
_GhostInit ( IntPtr ptr, bool firstTime ) : Critter
r_KillGhost ( IntPtr _player, IntPtr _ghost, int val ) : void

비공개 메소드들

메소드 설명
_GhostAttacked ( object sender, CritterAttackedEventArgs e ) : void
_GhostDead ( object sender, CritterDeadEventArgs e ) : void
_GhostStealing ( object sender, CritterStealingEventArgs e ) : void
e_RessurectGhost ( IntPtr ptr ) : uint
e_RunTreasureDialog ( IntPtr ptr ) : uint

메소드 상세

Init() 공개 정적인 메소드

public static Init ( Critter ghost, bool firstTime ) : void
ghost Critter
firstTime bool
리턴 void

_GhostInit() 공개 정적인 메소드

public static _GhostInit ( IntPtr ptr, bool firstTime ) : Critter
ptr System.IntPtr
firstTime bool
리턴 Critter

r_KillGhost() 공개 정적인 메소드

public static r_KillGhost ( IntPtr _player, IntPtr _ghost, int val ) : void
_player IntPtr
_ghost IntPtr
val int
리턴 void