summaryrefslogtreecommitdiff
path: root/Runtime/Lua/LuaHelper.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-23 18:19:18 +0800
committerchai <chaifix@163.com>2021-10-23 18:19:18 +0800
commit7bf672fd0c6211909d94078b448032b1bd0916ef (patch)
tree655b875b81ec8d0559ca905fb7d37a1d88e6a80d /Runtime/Lua/LuaHelper.cpp
parentdf0444f85f9bf623cc886e1632e624ef20cb0f1b (diff)
*misc
Diffstat (limited to 'Runtime/Lua/LuaHelper.cpp')
-rw-r--r--Runtime/Lua/LuaHelper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Runtime/Lua/LuaHelper.cpp b/Runtime/Lua/LuaHelper.cpp
index 289f0f6..53bea3f 100644
--- a/Runtime/Lua/LuaHelper.cpp
+++ b/Runtime/Lua/LuaHelper.cpp
@@ -21,3 +21,8 @@ Vector2f State::GetValue < Vector2f >(int idx, const Vector2f value)
v2.y = GetField<float>(idx, 2, 0);
return v2;
}
+
+int LuaHelper::Call(const char* func, const char* params, ...)
+{
+ return 1;
+} \ No newline at end of file