getavatarappearancedata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getavatarappearancedata |
Description | The getavatarappearancedata returns fields or properties specified in data of an avatar appearance on the current simulator that Corrade is on. |
Permissions | interact |
Parameters | group , password , data , firstname , lastname (or agent by UUID) |
Last Changes | none |
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.