Get Map Avatar Positions

getmapavatarpositions (Commands)
TypeCorrade progressive command
Commandgetmapavatarpositions
DescriptionThe getmapavatarpositions allows the user to query a remote simulator (supplied as a region name) for the current avatar positions.
Permissionsinteract
Parametersgroup, password, region
Last Changesnone

The getmapavatarpositions allows the user to query a remote simulator (supplied as a region name) for the current avatar positions. Note that this command is a map-feature which returns clusters of avatars and their positions as a CSV list of avatar numbers by positions.

Command Required Parameters Required Corrade Permissions Example
getmapavatarpositions group, password, region interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the avatar clusters
            // in the current region
            "command", "getmapavatarpositions",
            "group", wasURLEscape(GROUP),
            "region", wasURLEscape(llGetRegionName()),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

Notes

  • The $z$ component of the returned point vectors representing the positions of the avatars is a nonce and will most likely be incorrect.
  • If exact positions are required then the following options might work given the usage case:

secondlife/scripted_agents/corrade/api/commands/getmapavatarpositions.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.