C# Class DarkEmu_GameServer.targetObject

Afficher le fichier Open project: CarlosX/DarkEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
os obj
sys Systems
type bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetDead ( ) : void
HP ( int hpdusur ) : byte
MP ( int mpdusur ) : void
Sleep ( byte types ) : void
mAbsorb ( ) : double
targetObject ( object o, Systems player ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDead() public méthode

public GetDead ( ) : void
Résultat void

HP() public méthode

public HP ( int hpdusur ) : byte
hpdusur int
Résultat byte

MP() public méthode

public MP ( int mpdusur ) : void
mpdusur int
Résultat void

Sleep() public méthode

public Sleep ( byte types ) : void
types byte
Résultat void

mAbsorb() public méthode

public mAbsorb ( ) : double
Résultat double

targetObject() public méthode

public targetObject ( object o, Systems player ) : System
o object
player Systems
Résultat System

Property Details

os public_oe property

public obj,DarkEmu_GameServer os
Résultat obj

sys public_oe property

public Systems,DarkEmu_GameServer sys
Résultat Systems

type public_oe property

public bool type
Résultat bool