This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraPipeline
/
Build
Watch
1
Star
1
Fork
0
You've already forked Build
Code
Issues
2
Pull Requests
Releases
Wiki
Activity
f28545cabd
Build
/
Utilities
/
eval.lua
3 lines
63 B
Lua
Raw
Normal View
History
Unescape
Escape
Initial work on a revamp of the pipeline
2021-11-13 08:31:32 +00:00
function
auEval
(
src
)
[*] nuke tab :D
2022-03-08 00:44:45 +00:00
return
(
loadstring
or
load
)
(
src
)
(
)
[+] JSON -> noLink [*] Most actions can now be json objects. Evaluating lua should be the last thing we want to do from a json file [+] Added isArray [*] Update language to C++20 across all modules [*] Various improvements [*] Various bug fixes
2021-06-03 13:00:02 +00:00
end
Reference in New Issue
Copy Permalink