Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckHunger ( Mobile from ) : bool | ||
Deserialize ( GenericReader reader ) : void | ||
Eat ( Mobile from ) : bool | ||
FillHunger ( Mobile from, int fillFactor ) : bool | ||
Food ( Serial serial ) : System.Collections.Generic | ||
Food ( int itemID ) : System.Collections.Generic | ||
Food ( int amount, int itemID ) : System.Collections.Generic | ||
GetContextMenuEntries ( Mobile from, List |
||
OnDoubleClick ( Mobile from ) : void | ||
Serialize ( GenericWriter writer ) : void |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public static FillHunger ( Mobile from, int fillFactor ) : bool | ||
from | Mobile | |
fillFactor | int | |
return | bool |
public Food ( Serial serial ) : System.Collections.Generic | ||
serial | Serial | |
return | System.Collections.Generic |
public Food ( int itemID ) : System.Collections.Generic | ||
itemID | int | |
return | System.Collections.Generic |
public Food ( int amount, int itemID ) : System.Collections.Generic | ||
amount | int | |
itemID | int | |
return | System.Collections.Generic |
public GetContextMenuEntries ( Mobile from, List |
||
from | Mobile | |
list | List |
|
return | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |