Info
A group with contains all informations functions to get or set from Windows.
Get Windows Version (Deprecated)
⚠️ This node is deprecated and has been removed on version 1.0.4. ⚠️
Please use Get Windows Info from Win Utilities plugin instead.
This node will obtain the edition of Windows that is running as the current operating system. It will be checked from Windows 10 or higher down to Windows XP.
You can use this node to ensure that the user does not attempt to run the game on a Windows version that you cannot support.
Version: Output from current version number, the range is 5.0 to 10.0.
Version Name: Output from current name version, if this version have a Service Pack will appear after underline "_".
**You can use the underline "_" to separate name version from service pack name version, like Replace node or Left Chop node.**
**You can use the blank space (space bar) to separate the version name from the version number, if necessary.**
List of possible output:
-
(Float) Version: 10.0
(String) Version Name: Windows 10_OrHigher -
(Float) Version: 8.1
(String) Version Name: Windows 8.1 -
(Float) Version: 8.0
(String) Version Name: Windows 8 -
(Float) Version: 7.1
(String) Version Name: Windows 7_SP1 -
(Float) Version: 7.0
(String) Version Name: Windows 7 -
(Float) Version: 6.2
(String) Version Name: Windows Vista_SP2 -
(Float) Version: 6.1
(String) Version Name: Windows Vista_SP1 -
(Float) Version: 6.0
(String) Version Name: Windows Vista -
(Float) Version: 5.3
(String) Version Name: Windows XP_SP3 -
(Float) Version: 5.2
(String) Version Name: Windows XP_SP2 -
(Float) Version: 5.1
(String) Version Name: Windows XP_SP1 -
(Float) Version: 5.0
(String) Version Name: Windows XP