Method | Description | |
---|---|---|
DeregisterCaps ( ) : void | ||
DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD |
Send back a user's display name
|
|
DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD |
Tell the user about an update
|
|
DisplayNameUpdate ( string newDisplayName, string oldDisplayName, |
Send the user a display name update
|
|
EnteringRegion ( ) : void | ||
RegisterCaps ( IRegionClientCapsService service ) : void | ||
SetDisplayNameReply ( string newDisplayName, string oldDisplayName, |
Reply to the set display name reply
|
Method | Description | |
---|---|---|
PackUserInfo ( |
||
ProcessGetDisplayName ( string path, Stream request, |
Get the user's display name, currently not used?
|
|
ProcessSetDisplayName ( string path, Stream request, |
Set the display name for the given user
|
|
isDefaultDisplayName ( string first, string last, string name, string displayName ) : bool |
public DisplayNameReply ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD | ||
newDisplayName | string | |
oldDisplayName | string | |
iD | UUID | |
isDefault | bool | |
first | string | |
last | string | |
account | string | |
return | OSD |
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, UUID iD, bool isDefault, string first, string last, string account ) : OSD | ||
newDisplayName | string | |
oldDisplayName | string | |
iD | UUID | |
isDefault | bool | |
first | string | |
last | string | |
account | string | |
return | OSD |
public DisplayNameUpdate ( string newDisplayName, string oldDisplayName, |
||
newDisplayName | string | |
oldDisplayName | string | |
infoFromAv | ||
toAgentID | UUID | |
return | void |
public RegisterCaps ( IRegionClientCapsService service ) : void | ||
service | IRegionClientCapsService | |
return | void |
public SetDisplayNameReply ( string newDisplayName, string oldDisplayName, |
||
newDisplayName | string | |
oldDisplayName | string | |
mAvatar | ||
return | void |