Version - hossimo/GMA3Plugins GitHub Wiki
Version() : string
Brief:
Returns the console version number
Paramiters:
| Name | Description | Optional |
|---|
Returns:
string: version number
Examples:
local version = Version()
Echo(version) -- 1.1.3.2
Returns the console version number
| Name | Description | Optional |
|---|
string: version number
local version = Version()
Echo(version) -- 1.1.3.2