sdkVersion
Represents the current SDK version.
Property Definition
ts
export const sdkVersion: string;
Returns
- string
General Usage
ts
const result = alt.sdkVersion;
console.log(result);
Documentation
No Documentation Provided Yet