1
0
forked from redo/BlockLua

Merge branch 'master'

This commit is contained in:
2025-10-06 10:01:14 -04:00
14 changed files with 786 additions and 2740 deletions

View File

@@ -1,7 +1,7 @@
// Private - Utilities used by libbl from the Lua side
package _bllua_smartEval {
package smartEval {
// Allow prepending ' to console commands to eval in lua instead of TS
// Also wraps TS lines with echo(...); if they don't end in ; or }
function ConsoleEntry::eval() {
@@ -28,7 +28,7 @@ package _bllua_smartEval {
}
}
};
activatePackage(_bllua_smartEval);
activatePackage(smartEval);
package _bllua_objectDeletionHook {
// Hook object deletion to clean up its lua data

File diff suppressed because it is too large Load Diff