Wiki Help
Home
/
Edit Function
View
Edit
History
No Category
Editing The Wiki
Custom Tags
Tests
Log in to edit
Function
```html <function name="Log" parent="Console" type="classfunc"> <description>Writes a string to the console</description> <realm>Client</realm> <file line="1-L3">lua/send.txt</file> <args> <arg name="value" type="string" default="default value">The string you want to print</arg> </args> <rets> <ret name="response" type="boolean">Returns true if successful</ret> </rets> </function> ```
<function
name=
"Log"
parent=
"Console"
type=
"classfunc"
>
<description>
Writes a string to the console
</description>
<realm>
Client
</realm>
<file
line=
"1-L3"
>
lua/send.txt
</file>
<args>
<arg
name=
"value"
type=
"string"
default=
"default value"
>
The string you want to print
</arg>
</args>
<rets>
<ret
name=
"response"
type=
"boolean"
>
Returns true if successful
</ret>
</rets>
</function>
<cat>
tags
</cat>
<title>
Function
</title>
```html <function name="Log" parent="Console" type="classfunc"> <description>Writes a string to the console</description> <realm>Client</realm> <file line="1-L3">lua/send.txt</file> <args> <arg name="value" type="string" default="default value">The string you want to print</arg> </args> <rets> <ret name="response" type="boolean">Returns true if successful</ret> </rets> </function> ``` <function name="Log" parent="Console" type="classfunc"> <description>Writes a string to the console</description> <realm>Client</realm> <file line="1-L3">lua/send.txt</file> <args> <arg name="value" type="string" default="default value">The string you want to print</arg> </args> <rets> <ret name="response" type="boolean">Returns true if successful</ret> </rets> </function> <cat>tags</cat> <title>Function</title>
Wiki Help
The Facepunch Wiki
Editing The Wiki
7
Code Blocks
About This Wiki
Bugs And Requests
Headings
Tables
Uploading Images & Files
View Formatting
Custom Tags
19
Ambig
Bug
Cat
Deprecated
Example
Function
Internal
Key
Member
Note
Page
Page List
Removed
Rustitem
Structure
Title
Type
Validate
Warning
Tests
2
Markdown
Syntax Highlight: Lua