Méthode | Description | |
---|---|---|
BeginHarvesting ( Server.Mobile from, Item tool ) : bool | ||
CheckHarvest ( Server.Mobile from, Item tool ) : bool | ||
CheckHarvest ( Server.Mobile from, Item tool, |
||
OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void |
Méthode | Description | |
---|---|---|
Mining ( ) : System |
public BeginHarvesting ( Server.Mobile from, Item tool ) : bool | ||
from | Server.Mobile | |
tool | Item | |
Résultat | bool |
public CheckHarvest ( Server.Mobile from, Item tool ) : bool | ||
from | Server.Mobile | |
tool | Item | |
Résultat | bool |
public CheckHarvest ( Server.Mobile from, Item tool, |
||
from | Server.Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
Résultat | bool |
public OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void | ||
from | Server.Mobile | |
tool | Item | |
toHarvest | object | |
Résultat | void |