Skip to content

Version

Anthony Headley edited this page Apr 21, 2020 · 1 revision

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
Clone this wiki locally