- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Type: Text
Returns the current app runtime version.
Examples
// display the runtime version in the debugger
debug.log(runtime.version);
Remarks
Runtime information can be useful when building apps that target multiple runtimes. In this case, your scripts can alter their behavior based on the name and version of the active runtime.