getwearables (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getwearables |
Description | The getwearables command returns a CSV list of wearable types by names that are currently worn. |
Permissions | grooming |
Parameters | group , password |
Last Changes | none |
The getwearables
command returns a CSV
list of wearable types by names that are currently worn.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getwearables | group , password | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // returns all the wearable // types and names currently // being worn by the bot "command", "getwearables", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "callback", wasURLEscape(URL) ] ) ); |