24 September 2016
getavatarclassifieds (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getavatarclassifieds |
Description | The getavatarclassifieds retrieves the profile classifieds of an avatar. |
Permissions | interact |
Parameters | group , password , firstname , lastname (or agent by UUID) |
Last Changes | Release 9.130 - added. |
The getavatarclassifieds
retrieves the profile classifieds of an avatar.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getavatarclassifieds | group , password , firstname , lastname (or agent by UUID) | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // retrieve all the classifieds of the // avatar named Vassi Oppulate "command", "getavatarclassifieds", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d" "firstname", "Vassi", "lastname", "Oppulate", "callback", wasURLEscape(URL) ] ) ); |