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

Function tpt_lua_toString

src/lua/LuaScriptInterface.cpp:829–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829String tpt_lua_toString(lua_State *L, int index, bool ignoreError)
830{
831 return tpt_lua_toByteString(L, index).FromUtf8(ignoreError);
832}
833
834ByteString tpt_lua_checkByteString(lua_State *L, int index)
835{

Callers 15

triggerActionMethod · 0.85
triggerOnValueChangedMethod · 0.85
triggerOnInitializedMethod · 0.85
triggerOnExitMethod · 0.85
triggerOnTickMethod · 0.85
triggerOnDrawMethod · 0.85
triggerOnFocusMethod · 0.85
triggerOnBlurMethod · 0.85
triggerOnTryExitMethod · 0.85
triggerOnTryOkayMethod · 0.85
triggerOnMouseMoveMethod · 0.85
triggerOnMouseDownMethod · 0.85

Calls 2

tpt_lua_toByteStringFunction · 0.85
FromUtf8Method · 0.80

Tested by

no test coverage detected