C# Класс FOnline.Den.Ghost

Показать файл Открыть проект

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