Get Corrade Version
version (Commands) |
Type | Corrade progressive command |
Command | version |
Description | The version command can be used to retrieve the current Corrade version. |
Permissions | none |
Parameters | group , password |
Last Changes | none |
The version
command can be used to retrieve the current Corrade version.
Command | Required Parameters | Required Corrade Permissions | Example |
version | group , password | | llInstantMessage(CORRADE,
wasKeyValueEncode(
[
"command", "version",
"group", wasURLEscape(GROUP),
"password", wasURLEscape(PASSWORD)
]
)
);
|