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