Property | Type | Description | |
---|---|---|---|
EventSink_Login | void |
Method | Description | |
---|---|---|
BaseBeverage ( ) : System | ||
BaseBeverage ( BeverageType type ) : System | ||
BaseBeverage ( Server.Serial serial ) : System | ||
CheckHeaveTimer ( Server.Mobile from ) : void | ||
ComputeItemID ( ) : int | ||
ConsumeTotal ( Server.Items.Container pack, BeverageType content, int quantity ) : bool | ||
ConsumeTotal ( Server.Items.Container pack, |
||
Deserialize ( Server.GenericReader reader ) : void | ||
Fill_OnTarget ( Server.Mobile from, object targ ) : void | ||
GetProperties ( |
||
GetQuantityDescription ( ) : int | ||
Initialize ( ) : void | ||
OnDoubleClick ( Server.Mobile from ) : void | ||
OnSingleClick ( Server.Mobile from ) : void | ||
Pour_OnTarget ( Server.Mobile from, object targ ) : void | ||
Serialize ( Server.GenericWriter writer ) : void | ||
ValidateUse ( Server.Mobile from, bool message ) : bool |
Method | Description | |
---|---|---|
CheckType ( string name ) : bool | ||
InternalDeserialize ( Server.GenericReader reader, bool read ) : void |
Method | Description | |
---|---|---|
EventSink_Login ( |
public BaseBeverage ( BeverageType type ) : System | ||
type | BeverageType | |
return | System |
public BaseBeverage ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
return | System |
public static CheckHeaveTimer ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public static ConsumeTotal ( Server.Items.Container pack, BeverageType content, int quantity ) : bool | ||
pack | Server.Items.Container | |
content | BeverageType | |
quantity | int | |
return | bool |
public static ConsumeTotal ( Server.Items.Container pack, |
||
pack | Server.Items.Container | |
itemType | ||
content | BeverageType | |
quantity | int | |
return | bool |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
return | void |
public Fill_OnTarget ( Server.Mobile from, object targ ) : void | ||
from | Server.Mobile | |
targ | object | |
return | void |
public GetProperties ( |
||
list | ||
return | void |
protected InternalDeserialize ( Server.GenericReader reader, bool read ) : void | ||
reader | Server.GenericReader | |
read | bool | |
return | void |
public OnDoubleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public OnSingleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public Pour_OnTarget ( Server.Mobile from, object targ ) : void | ||
from | Server.Mobile | |
targ | object | |
return | void |
public Serialize ( Server.GenericWriter writer ) : void | ||
writer | Server.GenericWriter | |
return | void |
public ValidateUse ( Server.Mobile from, bool message ) : bool | ||
from | Server.Mobile | |
message | bool | |
return | bool |