21 January 2021
| geteventinfodata (Commands) | |
|---|---|
| Type | Corrade progressive command |
| Command | geteventinfodata |
| Description | The geteventinfodata command can be used to query information on events by following the EventInfo structure. |
| Permissions | interact |
| Parameters | group, password, id |
| Last Changes | C10 - added. |
The geteventinfodata command can be used to query information on events by following the EventInfo structure.
| Command | Required Parameters | Required Corrade Permissions | Example |
|---|---|---|---|
geteventinfodata | group, password, id | interact | llInstantMessage(CORRADE, wasKeyValueEncode( [ // Get the global position and the // simulator name from an event // with ID 845254. "command", "geteventinfodata", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), // The event ID to retrieve data for. "id", "845254", "data", wasListToCSV( [ "GlobalPos", "SimName" ] ), "callback", wasURLEscape(URL) ] ) ); |
directorysearch command.For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.