C# Class FOnline.Den.Ghost

ファイルを表示 Open project: wladimiiir/vault112

Private Properties

Property Type Description
_GhostAttacked void
_GhostDead void
_GhostStealing void
e_RessurectGhost uint
e_RunTreasureDialog uint

Public Methods

Method Description
Init ( Critter ghost, bool firstTime ) : void
_GhostInit ( IntPtr ptr, bool firstTime ) : Critter
r_KillGhost ( IntPtr _player, IntPtr _ghost, int val ) : void

Private Methods

Method Description
_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

Method Details

Init() public static method

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

_GhostInit() public static method

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

r_KillGhost() public static method

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