identifyexecutor
Returns information about Volt.
Syntax
identifyexecutor() -> string, stringReturns
| Type | Description |
|---|---|
string | Volt |
string | Version |
Description
identifyexecutor returns the name and version of Volt.
Example
local name, version = identifyexecutor()
print("Name:", name)
print("Version:", version)Aliases
getexecutorname