C# Class Server.AOS

Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
Damage ( Server.Mobile m, Server.Mobile from, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy ) : int
Damage ( Server.Mobile m, Server.Mobile from, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy, int chaos, int direct, bool keepAlive, bool archer, bool deathStrike ) : int
Damage ( Server.Mobile m, Server.Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy ) : int
Damage ( Server.Mobile m, Server.Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy, bool keepAlive ) : int
Damage ( Server.Mobile m, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy ) : int
Damage ( Server.Mobile m, int damage, int phys, int fire, int cold, int pois, int nrgy ) : int
DisableStatInfluences ( ) : void
Fix ( int &val ) : void
Scale ( int input, int percent ) : int

Method Details

Damage() public static méthode

public static Damage ( Server.Mobile m, Server.Mobile from, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy ) : int
m Server.Mobile
from Server.Mobile
damage int
ignoreArmor bool
phys int
fire int
cold int
pois int
nrgy int
Résultat int

Damage() public static méthode

public static Damage ( Server.Mobile m, Server.Mobile from, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy, int chaos, int direct, bool keepAlive, bool archer, bool deathStrike ) : int
m Server.Mobile
from Server.Mobile
damage int
ignoreArmor bool
phys int
fire int
cold int
pois int
nrgy int
chaos int
direct int
keepAlive bool
archer bool
deathStrike bool
Résultat int

Damage() public static méthode

public static Damage ( Server.Mobile m, Server.Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy ) : int
m Server.Mobile
from Server.Mobile
damage int
phys int
fire int
cold int
pois int
nrgy int
Résultat int

Damage() public static méthode

public static Damage ( Server.Mobile m, Server.Mobile from, int damage, int phys, int fire, int cold, int pois, int nrgy, bool keepAlive ) : int
m Server.Mobile
from Server.Mobile
damage int
phys int
fire int
cold int
pois int
nrgy int
keepAlive bool
Résultat int

Damage() public static méthode

public static Damage ( Server.Mobile m, int damage, bool ignoreArmor, int phys, int fire, int cold, int pois, int nrgy ) : int
m Server.Mobile
damage int
ignoreArmor bool
phys int
fire int
cold int
pois int
nrgy int
Résultat int

Damage() public static méthode

public static Damage ( Server.Mobile m, int damage, int phys, int fire, int cold, int pois, int nrgy ) : int
m Server.Mobile
damage int
phys int
fire int
cold int
pois int
nrgy int
Résultat int

DisableStatInfluences() public static méthode

public static DisableStatInfluences ( ) : void
Résultat void

Fix() public static méthode

public static Fix ( int &val ) : void
val int
Résultat void

Scale() public static méthode

public static Scale ( int input, int percent ) : int
input int
percent int
Résultat int