22 April 2020
The batchgetavatarappearancedata command can be used retrieve appearance data of multiple avatars following the AvatarAppearanceEventArgs structure.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
batchgetavatarappearancedata | group, password, agents | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // gets the visual parameters of // the avatar named Fuzzy Resident // Ana Resident and the avatar respresented // by UUID 3b3806df-c246-4ff4-81fb-789e623ce7cd "command", "batchgetavatarappearancedata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "avatars", wasListToCSV([ "Fuzzy Resident", "Ana Resident", "3b3806df-c246-4ff4-81fb-789e623ce7cd" ]), "data", "FaceTextures", "callback", wasURLEscape(URL) ] ) ); |
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.