Added Lua function for working with zoom
This commit is contained in:
parent
a9b862645a
commit
1355a4363e
@ -121,6 +121,9 @@ class LuaScriptInterface: public CommandInterface
|
||||
static int renderer_grid(lua_State * l);
|
||||
static int renderer_debugHUD(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
|
||||
void initElementsAPI();
|
||||
|
Reference in New Issue
Block a user