Get Corrade Version

version (Commands)
TypeCorrade progressive command
Commandversion
DescriptionThe version command can be used to retrieve the current Corrade version.
Permissionsnone
Parametersgroup, password
Last Changesnone

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