Skip to content

refactor(hlua): -execute +eval & +exec

Alexey Protsenko requested to merge refactor/execute-and-eval into master

Remove the execute function and add two new functions: exec: executes lua code without returning anything eval: executes lua code and returns the results (execute renamed)

Merge request reports