Revision Difference
net.WriteBool#546027
<function name="WriteBool" parent="net" type="libraryfunc">
<description>Appends a boolean to the current net message. Alias of <page>net.WriteBit</page></description>⤶
<description>Appends a boolean to the current net message. Alias of <page>net.WriteBit</page>.</description>⤶
<realm>Shared</realm>
<file line="39">lua/includes/extensions/net.lua</file>
<file line="36-L45">lua/includes/extensions/net.lua</file>
<args>
<arg name="boolean" type="boolean">Boolean value to write</arg>⤶
<arg name="boolean" type="boolean">Boolean value to write.</arg>⤶
</args>
</function>