Get the Display Name of an Avatar

16 August 2019

  • C10 - added.
getavatardisplayname (Commands)
TypeCorrade progressive command
Commandgetavatardisplayname
DescriptionThe getavatardisplayname command can be used retrieve the display name of an avatar.
Permissionsinteract
Parametersgroup, password, firstname, lastname (or agent by UUID)
Last ChangesNone.

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)
        ]
    )
);

Notes


secondlife/scripted_agents/corrade/api/commands/getavatardisplayname.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.