GetNotchVersion()
Updated: 27 Mar 2025
Updated: 27 Mar 2025
Returns the Notch version number as an array of four numbers: x, y, z, w.
Array GetNotchVersion()
function Init()
{
Log("Version: " + GetNotchVersion()[0] + "." + GetNotchVersion()[1] + "." + GetNotchVersion()[2] + "." + GetNotchVersion()[3]);
}