mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
Added Lua function for working with zoom
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user