Volt

identifyexecutor

Returns information about volt.

Syntax

identifyexecutor() -> string, string

Returns

TypeDescription
stringVolt
stringVersion

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.0

Aliases

  • getexecutorname

On this page