alt.sdkVersion
Used to get the current SDK Version.
Returns a number
.
Declaration
alt.sdkVersion: number
Usage
const version = alt.sdkVersion;
Real World Example
const version = alt.sdkVersion;
These examples assume you have imported alt
from alt-server
.