lua suppliers update + label supplier XML attribute

This commit is contained in:
MihailRis
2024-03-19 14:04:06 +03:00
parent d5c39a05fb
commit f89c252ddf
4 changed files with 30 additions and 4 deletions
+2
View File
@@ -45,6 +45,8 @@ namespace lua {
luaint tointeger(int idx);
luanumber tonumber(int idx);
const char* tostring(int idx);
bool isstring(int idx);
bool isfunction(int idx);
int call(int argc);
int callNoThrow(int argc);
int execute(int env, const std::string& src, const std::string& file="<string>");