MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / SetOrtho

Method SetOrtho

LuaSTGPlus/LuaWrapper.cpp:1224–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 return 0;
1223 }
1224 static int SetOrtho(lua_State* L)LNOEXCEPT
1225 {
1226 LAPP.SetOrtho(
1227 static_cast<float>(luaL_checknumber(L, 1)),
1228 static_cast<float>(luaL_checknumber(L, 2)),
1229 static_cast<float>(luaL_checknumber(L, 3)),
1230 static_cast<float>(luaL_checknumber(L, 4))
1231 );
1232 return 0;
1233 }
1234 static int SetPerspective(lua_State* L)LNOEXCEPT
1235 {
1236 LAPP.SetPerspective(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected