The getavatarappearancedata returns fields or properties specified in data of an avatar appearance on the current simulator that Corrade is on.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
getavatarappearancedata | group, password, data, firstname, lastname (or agent by UUID) | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // gets the baked textures of // the avatar named Fuzzy Resident "command", "getavatarappearancedata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "firstname", "Fuzzy", "lastname", "Resident", "data", "FaceTextures", "callback", wasURLEscape(URL) ] ) ); |
The data parameter can be supplied a CSV list of fields or properties from the libopenmetaverse AvatarAppearanceEventArgs structure.
VisualParams property.For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.