Method | Description | |
---|---|---|
AddAuctionBid ( int localID, UUID userID, int bid ) : void | ||
AddRegion ( IScene scene ) : void | ||
AuctionEnd ( int localID ) : void | ||
Close ( ) : void | ||
Initialize ( IConfigSource pSource ) : void | ||
OnNewClient ( IClientAPI client ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
RemoveRegion ( IScene scene ) : void | ||
SetAuctionInfo ( int localID, |
||
StartAuction ( IClientAPI client, int localID, UUID snapshotID ) : void | ||
StartAuction ( int localID, UUID snapshotID ) : void |
Method | Description | |
---|---|---|
GetAuctionInfo ( int localID ) : |
||
OnClosingClient ( IClientAPI client ) : void | ||
SaveAuctionInfo ( int localID, |
||
ViewerStartAuction ( string path, Stream request, |
public AddAuctionBid ( int localID, UUID userID, int bid ) : void | ||
localID | int | |
userID | UUID | |
bid | int | |
return | void |
public Initialize ( IConfigSource pSource ) : void | ||
pSource | IConfigSource | |
return | void |
public OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
public RegisterCaps ( UUID agentID, IHttpServer server ) : OSDMap | ||
agentID | UUID | |
server | IHttpServer | |
return | OSDMap |
public SetAuctionInfo ( int localID, |
||
localID | int | |
info | ||
return | void |
public StartAuction ( IClientAPI client, int localID, UUID snapshotID ) : void | ||
client | IClientAPI | |
localID | int | |
snapshotID | UUID | |
return | void |
public StartAuction ( int localID, UUID snapshotID ) : void | ||
localID | int | |
snapshotID | UUID | |
return | void |