Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ io_output
Function
io_output
engine/lua/src/lua/liolib.c:230–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
229
230
static int io_output (lua_State *L) {
231
return g_iofile(L, IO_OUTPUT,
"w"
);
232
}
233
234
235
static int io_readline (lua_State *L);
Callers
nothing calls this directly
Calls
1
g_iofile
Function · 0.85
Tested by
no test coverage detected