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)
-- Example output:
-- Name: Volt
-- Version: 1.0.0.0Aliases
getexecutorname