Method | Description | |
---|---|---|
DeregisterCaps ( ) : void | ||
DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD |
Tell the user about an update
|
|
EnteringRegion ( ) : void | ||
RegisterCaps ( IRegionClientCapsService service ) : void | ||
SetDisplayNameReply ( string newDisplayName, string oldDisplayName, |
Reply to the set display name reply
|
Method | Description | |
---|---|---|
DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD |
Send back a user's display name
|
|
DisplayNameUpdate ( string newDisplayName, string oldDisplayName, |
Send the user a display name update
|
|
PackUserInfo ( |
||
ProcessGetDisplayName ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] |
Get the user's display name, currently not used?
|
|
ProcessSetDisplayName ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] |
Set the display name for the given user
|
|
isDefaultDisplayName ( string first, string last, string name, string displayName ) : bool |
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account, System.DateTime nextUpdate ) : OSD | ||
newDisplayName | string | |
oldDisplayName | string | |
iD | UUID | |
isDefault | bool | |
first | string | |
last | string | |
account | string | |
nextUpdate | System.DateTime | |
return | OSD |
public RegisterCaps ( IRegionClientCapsService service ) : void | ||
service | IRegionClientCapsService | |
return | void |
public SetDisplayNameReply ( string newDisplayName, string oldDisplayName, |
||
newDisplayName | string | |
oldDisplayName | string | |
mAvatar | ||
nextUpdate | System.DateTime | |
return | void |