Revision Difference
Function#519219
⤶
⤶
⤶
```html⤶
<title>Function</title>⤶
<cat>tags</cat>⤶
⤶
```html⤶
<function name="Log" parent="Console" type="classfunc">
<description>Writes a string to the console</description>
<realm>Client</realm>
<args>
<arg name="value" type="string">The string you want to print</arg>
</args>
<rets>⤶
<ret name="response" type="boolean">Returns true if successful</ret>⤶
</rets>⤶
</function>
⤶
<example>⤶
<description>Example description</description>⤶
<code>⤶
Console:Log("Log started")⤶
</code>⤶
</example>⤶
```
<function name="Log" parent="Console" type="classfunc">
<description>Writes a string to the console</description>
<realm>Client</realm>
<args>
<arg name="value" type="string">The string you want to print</arg>
</args>
<rets>⤶
<ret name="response" type="boolean">Returns true if successful</ret>⤶
</rets>⤶
</function>
⤶
⤶
<title>Function</title>⤶
<cat>tags</cat>⤶
<example>⤶
<description>Example description</description>⤶
<code>⤶
Console:Log("Log started")⤶
</code>⤶
</example>