Wiki Help

Revision Difference

Function#526459

```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">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">The string you want to print</arg> <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>