Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
void LuaEngine::setNullTerminated(bool nullTerminated) {
589
m_nullTerminated = nullTerminated ? 0 : INT_MIN;
590
}
591
592
void LuaEngine::addImGui() {
593
lua_checkstack(m_state, 1);
Callers
2
init
Method · 0.80
CommandProcessor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected