Added Lua function for working with zoom

This commit is contained in:
ssccsscc
2019-02-23 16:49:00 +05:00
committed by jacob1
parent a9b862645a
commit 1355a4363e

View File

@@ -121,6 +121,9 @@ class LuaScriptInterface: public CommandInterface
static int renderer_grid(lua_State * l); static int renderer_grid(lua_State * l);
static int renderer_debugHUD(lua_State * l); static int renderer_debugHUD(lua_State * l);
static int renderer_depth3d(lua_State * l); static int renderer_depth3d(lua_State * l);
static int renderer_zoomEnabled(lua_State *l);
static int renderer_zoomWindowInfo(lua_State *l);
static int renderer_zoomScopeInfo(lua_State *l);
//Elements //Elements
void initElementsAPI(); void initElementsAPI();