16 August 2019
<data Commands>
Type: Corrade progressive command
Command[wiki]: getavatardisplayname
Description[wiki]: The getavatardisplayname
command can be used retrieve the display name of an avatar.
Permissions[wiki]: interact
Parameters[wiki]: group
, password
, firstname
, lastname
(or agent
by UUID)
Last Changes[wiki]: None.
</data>
The getavatardisplayname
command can be used retrieve the display name of an avatar.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getavatardisplayname | group , password , firstname , lastname (or agent by UUID) | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Get the display name of an avatar. "command", "getavatardisplayname", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // or agent by UUID "firstname", "Sarge", "lastname", "Sister", "callback", wasURLEscape(URL) ] ) ); |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.