Get Corrade Version

<data Commands> Type: Corrade progressive command Command[wiki]: version Description[wiki]: The version command can be used to retrieve the current Corrade version. Permissions[wiki]: none Parameters[wiki]: group, password Last Changes[wiki]: none </data>

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)
        ]
    )
);