C# Class FOnline.Den.Ghost

Afficher le fichier Open project: wladimiiir/vault112

Private Properties

Свойство Type Description
_GhostAttacked void
_GhostDead void
_GhostStealing void
e_RessurectGhost uint
e_RunTreasureDialog uint

Méthodes publiques

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

Private Methods

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

public static Init ( Critter ghost, bool firstTime ) : void
ghost Critter
firstTime bool
Résultat void

_GhostInit() public static méthode

public static _GhostInit ( IntPtr ptr, bool firstTime ) : Critter
ptr System.IntPtr
firstTime bool
Résultat Critter

r_KillGhost() public static méthode

public static r_KillGhost ( IntPtr _player, IntPtr _ghost, int val ) : void
_player IntPtr
_ghost IntPtr
val int
Résultat void