lovr.getVersion
EditGet the current major, minor, and patch version of LÖVR.
major, minor, patch, codename, commit = lovr.getVersion()
Arguments
None
Returns
Name | Type | Description |
major | number | The major version. |
minor | number | The minor version. |
patch | number | The patch number. |
codename | string | The version codename. |
commit | string | The commit hash (not available in all builds). |