MCPcopy Create free account
hub / github.com/DavidColson/Polybox / LuaInputString

Function LuaInputString

source/bind_input.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78// ***********************************************************************
79
80int LuaInputString(lua_State* pLua) {
81 String input = InputString();
82 lua_pushstring(pLua, input.pData);
83 return 1;
84}
85
86// ***********************************************************************
87

Callers

nothing calls this directly

Calls 1

InputStringFunction · 0.85

Tested by

no test coverage detected