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

Method GetLastChar

LuaSTGPlus/LuaWrapper.cpp:1662–1665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660 return 1;
1661 }
1662 static int GetLastChar(lua_State* L)LNOEXCEPT
1663 {
1664 return LAPP.GetLastChar(L);
1665 }
1666 static int GetMousePosition(lua_State* L)LNOEXCEPT
1667 {
1668 fcyVec2 tPos = LAPP.GetMousePosition();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected