Enum.SqPlatform - VCMP-SqMod/SqMod GitHub Wiki
Used to identify the platform that the plug-in currently running on. See SqMod.Platform for the current platform and compare it to any of the elements in this enumeration.
enum SqPlatform| Name | Type | Description |
|---|---|---|
| Unknown | integer |
Unknown operating system |
| Windows | integer |
Windows operating system |
| Linux | integer |
Linux operating system |
| MacOS | integer |
MacOS operating system (currently not available!) |
| Unix | integer |
Unix based operating system |