Method | 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 |
Method | Description | |
---|---|---|
Mining ( ) : System |
public BeginHarvesting ( Server.Mobile from, Item tool ) : bool | ||
from | Server.Mobile | |
tool | Item | |
return | bool |
public CheckHarvest ( Server.Mobile from, Item tool ) : bool | ||
from | Server.Mobile | |
tool | Item | |
return | bool |
public CheckHarvest ( Server.Mobile from, Item tool, |
||
from | Server.Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
return | bool |
public OnBadHarvestTarget ( Server.Mobile from, Item tool, object toHarvest ) : void | ||
from | Server.Mobile | |
tool | Item | |
toHarvest | object | |
return | void |