20 September 2015
getcameradata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getcameradata |
Description | The getcameradata queries the AgentCamera class for the current Corrade bot. |
Permissions | grooming |
Parameters | group , password , data |
Last Changes | Release 9.14 - added |
The getcameradata
queries the AgentCamera class for the current Corrade bot. In other words, it can be used to determine where the camera is currently positioned, etc…
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
getcameradata | group , password , data | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ // get the camera position "command", "getcameradata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "data", wasListToCSV( [ "Position" ] ), "callback", wasURLEscape(URL) ] ) ); |