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

Method setNullTerminated

source/core/StarLua.cpp:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void LuaEngine::setNullTerminated(bool nullTerminated) {
589 m_nullTerminated = nullTerminated ? 0 : INT_MIN;
590}
591
592void LuaEngine::addImGui() {
593 lua_checkstack(m_state, 1);

Callers 2

initMethod · 0.80
CommandProcessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected