MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / stringPtr

Method stringPtr

source/core/StarLua.cpp:764–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764char const* LuaEngine::stringPtr(int handleIndex) {
765 return lua_tostring(m_handleThread, handleIndex);
766}
767
768size_t LuaEngine::stringLength(int handleIndex) {
769 if (m_nullTerminated > 0)

Callers 9

drawablesWithZLevelMethod · 0.45
ArmorItemMethod · 0.45
updateRunningMethod · 0.45
handleCommandMethod · 0.45
fromMethod · 0.45
fromMethod · 0.45
ptrMethod · 0.45
jsonFromDirectivesListFunction · 0.45
renderDebrisFieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected