Pipe Functions - Windower/Lua GitHub Wiki
This page outlines functions related to named pipes. This functionality is under development, so there may be changes.
This function connects to the named pipe \\.\pipe\luaReader
.
This function connects to the named pipe \\.\pipe\luaWriter
.
This function disconnects from the named pipe \\.\pipe\luaReader
.
This function disconnects from the named pipe \\.\pipe\luaWriter
.
This function returns whether the named pipe for reading is connected.
This function returns whether the named pipe for writing is connected.
-
message
string Message to write.
This function sends a message over the named pipe \\.\pipe\luaWriter
.