Enum.SqArchitecture - VCMP-SqMod/SqMod GitHub Wiki
Used to identify the architecture that the plug-in currently running on. See SqMod.Architecture for the current architecture and compare it to any of the elements in this enumeration.
enum SqArchitectre
Name | Type | Description |
---|---|---|
Unknown | integer |
Unknown architecture |
X32Bit | integer |
32-bit architecture |
X64Bit | integer |
64-bit architecture |