Returns
Two strings as a tuple:Aliases
getexecutorname
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
identifyexecutor(): string, string
| Position | Type | Example |
|---|---|---|
| 1 | string | "Seliware" |
| 2 | string | "2.0" |
getexecutornamelocal name, version = identifyexecutor()
local name, ver = identifyexecutor()
if name ~= "Seliware" then
error(`This script only runs on Seliware, but you're on {name, ver}!`)
end
print(`Seliware {ver} detected, script is loading...`)