Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
BasePotion ( Server.Serial serial ) : System | ||
BasePotion ( int itemID, PotionEffect effect ) : System | ||
Deserialize ( Server.GenericReader reader ) : void | ||
Drink ( Server.Mobile from ) : void | ||
EnhancePotions ( Server.Mobile m ) : int | ||
HasFreeHand ( Server.Mobile m ) : bool | ||
OnCraft ( int quality, bool makersMark, Server.Mobile from, |
||
OnDoubleClick ( Server.Mobile from ) : void | ||
PlayDrinkEffect ( Server.Mobile m ) : void | ||
Scale ( Server.Mobile m, System.TimeSpan v ) : System.TimeSpan | ||
Scale ( Server.Mobile m, double v ) : double | ||
Scale ( Server.Mobile m, int v ) : int | ||
Serialize ( Server.GenericWriter writer ) : void | ||
StackWith ( Server.Mobile from, Item dropped, bool playSound ) : bool |
public BasePotion ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
Результат | System |
public BasePotion ( int itemID, PotionEffect effect ) : System | ||
itemID | int | |
effect | PotionEffect | |
Результат | System |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
Результат | void |
public abstract Drink ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
Результат | void |
public static EnhancePotions ( Server.Mobile m ) : int | ||
m | Server.Mobile | |
Результат | int |
public static HasFreeHand ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
Результат | bool |
public OnCraft ( int quality, bool makersMark, Server.Mobile from, |
||
quality | int | |
makersMark | bool | |
from | Server.Mobile | |
craftSystem | ||
typeRes | ||
tool | ||
craftItem | ||
resHue | int | |
Результат | int |
public OnDoubleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
Результат | void |
public static PlayDrinkEffect ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
Результат | void |
public static Scale ( Server.Mobile m, System.TimeSpan v ) : System.TimeSpan | ||
m | Server.Mobile | |
v | System.TimeSpan | |
Результат | System.TimeSpan |
public static Scale ( Server.Mobile m, double v ) : double | ||
m | Server.Mobile | |
v | double | |
Результат | double |
public static Scale ( Server.Mobile m, int v ) : int | ||
m | Server.Mobile | |
v | int | |
Результат | int |
public Serialize ( Server.GenericWriter writer ) : void | ||
writer | Server.GenericWriter | |
Результат | void |
public StackWith ( Server.Mobile from, Item dropped, bool playSound ) : bool | ||
from | Server.Mobile | |
dropped | Item | |
playSound | bool | |
Результат | bool |