Reimplementation of DoString with lua/cl_lua commands and fix Lua scripts not being loaded properly

This commit is contained in:
Evil Factory
2026-01-28 23:41:23 -03:00
committed by Maplewheels
parent f0f09c20fa
commit 67d3d5f587
6 changed files with 28 additions and 34 deletions
@@ -17,6 +17,7 @@ public interface ILuaScriptManagementService : IReusableService
#region Script_Ops
object? GetGlobalTableValue(string tableName);
FluentResults.Result<DynValue> DoString(string code);
/// <summary>
/// Parses and loads script sources (code) into a memory cache without executing it.