Property | Type | Description | |
---|---|---|---|
m_dialogModule | IDialogModule | ||
m_scene | IScene |
Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
BuyObject ( IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType ) : bool | ||
Close ( ) : void | ||
Initialize ( IConfigSource source ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
SubscribeToClientEvents ( IClientAPI client ) : void | ||
UnsubscribeFromClientEvents ( IClientAPI client ) : void |
Method | Description | |
---|---|---|
ObjectBuy ( IClientAPI remoteClient, UUID sessionID, UUID groupID, UUID categoryID, uint localID, byte saleType, int salePrice ) : void | ||
ObjectRequestPayPrice ( IClientAPI client, UUID objectID ) : void | ||
ObjectSaleInfo ( IClientAPI client, UUID sessionID, uint localID, byte saleType, int salePrice ) : void |
public BuyObject ( IClientAPI remoteClient, UUID categoryID, uint localID, byte saleType ) : bool | ||
remoteClient | IClientAPI | |
categoryID | UUID | |
localID | uint | |
saleType | byte | |
return | bool |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
protected ObjectBuy ( IClientAPI remoteClient, UUID sessionID, UUID groupID, UUID categoryID, uint localID, byte saleType, int salePrice ) : void | ||
remoteClient | IClientAPI | |
sessionID | UUID | |
groupID | UUID | |
categoryID | UUID | |
localID | uint | |
saleType | byte | |
salePrice | int | |
return | void |
protected ObjectRequestPayPrice ( IClientAPI client, UUID objectID ) : void | ||
client | IClientAPI | |
objectID | UUID | |
return | void |
protected ObjectSaleInfo ( IClientAPI client, UUID sessionID, uint localID, byte saleType, int salePrice ) : void | ||
client | IClientAPI | |
sessionID | UUID | |
localID | uint | |
saleType | byte | |
salePrice | int | |
return | void |
public SubscribeToClientEvents ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public UnsubscribeFromClientEvents ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |