loadScript(file [, mode], [,env])
Example
fun, err = loadScript("/SCRIPTS/FUNCTIONS/print.lua")
if (fun ~= nil) then
fun("Hello from loadScript()")
else
print(err)
endParameters
Return value
Notice
Last updated
Was this helpful?