Property | Type | Description | |
---|---|---|---|
m_Enabled | bool | ||
m_Scene | IScene | ||
m_pendingCallingcardRequests | UUID>.Dictionary |
Method | Description | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
CreateCallingCard ( IClientAPI client, UUID creator, UUID folder, string name ) : void |
Create the calling card inventory item in the user's inventory
|
|
Initialize ( IConfigSource source ) : void | ||
LocateClientObject ( UUID agentID ) : IClientAPI |
Find the client for a ID
|
|
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void |
Method | Description | |
---|---|---|
OnAcceptCallingCard ( IClientAPI client, UUID transactionID, UUID folderID ) : void |
Accept the user's calling card and add the card to their inventory
|
|
OnClosingClient ( IClientAPI client ) : void | ||
OnDeclineCallingCard ( IClientAPI client, UUID transactionID ) : void |
Remove the potential calling card and notify the other user
|
|
OnNewClient ( IClientAPI client ) : void | ||
OnOfferCallingCard ( IClientAPI client, UUID destID, UUID transactionID ) : void |
This comes from the Friends module when a friend is added or when a user gives another user a calling card
|
public CreateCallingCard ( IClientAPI client, UUID creator, UUID folder, string name ) : void | ||
client | IClientAPI | |
creator | UUID | |
folder | UUID | |
name | string | |
return | void |
public Initialize ( IConfigSource source ) : void | ||
source | IConfigSource | |
return | void |
public LocateClientObject ( UUID agentID ) : IClientAPI | ||
agentID | UUID | |
return | IClientAPI |
protected OnAcceptCallingCard ( IClientAPI client, UUID transactionID, UUID folderID ) : void | ||
client | IClientAPI | |
transactionID | UUID | |
folderID | UUID | |
return | void |
protected OnClosingClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
protected OnDeclineCallingCard ( IClientAPI client, UUID transactionID ) : void | ||
client | IClientAPI | |
transactionID | UUID | |
return | void |
protected OnNewClient ( IClientAPI client ) : void | ||
client | IClientAPI | |
return | void |
protected OnOfferCallingCard ( IClientAPI client, UUID destID, UUID transactionID ) : void | ||
client | IClientAPI | |
destID | UUID | |
transactionID | UUID | |
return | void |