Console
rconsoleprint
不更改 console text attribute,通过 stdout 向当前 Windows console 写入零个或多个值。值会使用 Lua string conversion 转换,并用 tab 字符分隔。该 function 不会添加 newline。如果不存在 console window,该调用会直接返回,不会转换或写入任何内容。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
不更改 console text attribute,通过 stdout 向当前 Windows console 写入零个或多个值。值会使用 Lua string conversion 转换,并用 tab 字符分隔。该 function 不会添加 newline。如果不存在 console window,该调用会直接返回,不会转换或写入任何内容。
rconsoleprint(...values?: ...any)
consoleprintrconsolewriteconsolewriterconsolecreate()
rconsoleprint("Loading", "
")
rconsoleprint("User", " ", 42, "
")