6 September 2023
getavatarsseats (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getavatarsseats |
Description | The getavatarsseats command will return all avatars and primitive UUIDs representing objects that the avatar is sitting on as a CSV list. |
Permissions | interact |
Parameters | group , password , agents |
Last Changes | None. |
The getavatarsseats
command will return all avatars and primitive UUIDs representing objects that the avatar is sitting on as a CSV list.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getavatarsseats | group , password | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "getavatarsseats", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |
The command will return a primitive UUID if successful or will fail with an error otherwise.