Get Object Link

13 May 2021

  • C11 - added the name of the primitive to the list.

31 July 2019

  • C10 - added the selection parameter.

14 October 2018

  • C10 - added.
getobjectlink (Commands)
TypeCorrade progressive command
Commandgetobjectlink
DescriptionThe getobjectlink command will return a CSV list of UUIDs by name of all child primitives of an object.
Permissionsinteract
Parametersgroup, password,
Last ChangesC10 - added.

The getobjectlink command will return a CSV list of UUIDs by name of all child primitives of an object.

Command Required Parameters Required Corrade Permissions Example
tag group, password interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "getobjectlink",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // The object ''Hardy'' must be in range.
            "item", "Hardy",
            "callback", wasURLEscape(URL)
        ]
    )
);
Optional Parameter Possible Value Description
range A float. Search for the object in the given range.
selection attached, rezzed or all (default: all) Either attached, rezzed or all for selecting only primitives or objects attached to avatars, primitives or objects rezzed in-world or all primitives or objects respectively.

Notes

  • The command does not and cannot return child primitives sorted by link number since link number information is not offered by the server to clients. Viewers use some heuristics to attempt and guess the correct order of child primitives by link number but the actual link number for each child primitive is unstable.

secondlife/scripted_agents/corrade/api/commands/getobjectlink.txt ยท Last modified: 2022/11/24 07:46 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.