Property | Type | Description | |
---|---|---|---|
EvaluationInterval | System.TimeSpan |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accepts ( Item item ) : bool | ||
AddDecoration ( Item item ) : bool | ||
AddDecoration ( Server.Mobile from, Item item ) : bool | ||
AddFish ( Server.Items.BaseFish fish ) : bool | ||
AddFish ( Server.Mobile from, Server.Items.BaseFish fish ) : bool | ||
Aquarium ( Server.Serial serial ) : System | ||
Aquarium ( int itemID ) : System | ||
Deserialize ( Server.GenericReader reader ) : void | ||
DropItemsToGround ( ) : void | ||
Evaluate ( ) : void | ||
ExamineAquarium ( Server.Mobile from ) : void | ||
FoodNumber ( ) : int | ||
GetContextMenuEntries ( Server.Mobile from, List |
||
GetEmptyBowl ( Server.Mobile from ) : |
||
GetProperties ( |
||
GiveReward ( Server.Mobile to ) : void | ||
HasAccess ( Server.Mobile from ) : bool | ||
KillFish ( int amount ) : void | ||
OnDelete ( ) : void | ||
OnDoubleClick ( Server.Mobile from ) : void | ||
OnDragDrop ( Server.Mobile from, Item dropped ) : bool | ||
RemoveItem ( Server.Mobile from, int at ) : bool | ||
Serialize ( Server.GenericWriter writer ) : void | ||
UpdateFoodState ( ) : void | ||
UpdateWaterState ( ) : void | ||
WaterNumber ( ) : int |
public AddDecoration ( Server.Mobile from, Item item ) : bool | ||
from | Server.Mobile | |
item | Item | |
return | bool |
public AddFish ( Server.Items.BaseFish fish ) : bool | ||
fish | Server.Items.BaseFish | |
return | bool |
public AddFish ( Server.Mobile from, Server.Items.BaseFish fish ) : bool | ||
from | Server.Mobile | |
fish | Server.Items.BaseFish | |
return | bool |
public Aquarium ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
return | System |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
return | void |
public ExamineAquarium ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public GetContextMenuEntries ( Server.Mobile from, List |
||
from | Server.Mobile | |
list | List |
|
return | void |
public static GetEmptyBowl ( Server.Mobile from ) : |
||
from | Server.Mobile | |
return |
public GetProperties ( |
||
list | ||
return | void |
public GiveReward ( Server.Mobile to ) : void | ||
to | Server.Mobile | |
return | void |
public HasAccess ( Server.Mobile from ) : bool | ||
from | Server.Mobile | |
return | bool |
public OnDoubleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public OnDragDrop ( Server.Mobile from, Item dropped ) : bool | ||
from | Server.Mobile | |
dropped | Item | |
return | bool |
public RemoveItem ( Server.Mobile from, int at ) : bool | ||
from | Server.Mobile | |
at | int | |
return | bool |
public Serialize ( Server.GenericWriter writer ) : void | ||
writer | Server.GenericWriter | |
return | void |