MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / tpt_lua_pushString

Function tpt_lua_pushString

src/lua/LuaScriptInterface.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void tpt_lua_pushString(lua_State *L, const String &str)
815{
816 tpt_lua_pushByteString(L, str.ToUtf8());
817}
818
819ByteString tpt_lua_toByteString(lua_State *L, int index)
820{

Callers 13

textMethod · 0.85
LuaGetPropertyFunction · 0.85
pushGameControllerEventFunction · 0.85
beginInputFunction · 0.85
statusMethod · 0.85
textMethod · 0.85
propertyFunction · 0.85
textMethod · 0.85
textMethod · 0.85
loadStampFunction · 0.85
listCustomGolFunction · 0.85
listDefaultGolFunction · 0.85

Calls 2

tpt_lua_pushByteStringFunction · 0.85
ToUtf8Method · 0.80

Tested by

no test coverage detected