Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
SY_CallLua
SY_CallLua
01.08.2018
Führt den übergebenden Lua-Skript vollständig aus.
Prototype
SY_CallLua( skriptpfad )
Parameter
Parameter
Typ
Bedeutung
1
string
Pfad
Rückgabewert
Nummer
Typ
Bedeutung
1
nil/boolean
nil bei Fehler und true bei Erfolg
2
string
Fehlertext
Hinweise
Globale Argumente des aktuellen Skripts werden nicht in den Aufruf übernommen.
Beispiel
local Success, Error = SY_CallLua( "aufruf.lua" )
if not Success then
SY_Proto( "Das Skript konnte nicht ausgeführt werden: " .. Error )
end
, multiple selections available, Use left or right arrow keys to navigate selected items