Console
rconsoleprint
console text attribute를 변경하지 않고 stdout을 통해 현재 Windows console에 0개 이상의 값을 씁니다. 값은 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에 0개 이상의 값을 씁니다. 값은 Lua string conversion으로 변환되고 tab 문자로 구분됩니다. 이 function은 newline을 추가하지 않습니다. console window가 없으면 호출은 아무 작업도 하지 않고 반환됩니다.
rconsoleprint(...values?: ...any)
consoleprintrconsolewriteconsolewriterconsolecreate()
rconsoleprint("Loading", "
")
rconsoleprint("User", " ", 42, "
")