Revision Difference
net.ReadBool#546008
<function name="ReadBool" parent="net" type="libraryfunc">
<description>
Reads a boolean from the received net message.
<warning>You **must** read information in same order as you write it.</warning>
⤶
<warning>You **must** read information in same order as you write it.</warning>
</description>
<realm>Shared</realm>
<file line="41">lua/includes/extensions/net.lua</file>
<file line="36-L45">lua/includes/extensions/net.lua</file>
<rets>
<ret name="" type="boolean">true or false, or false if the bool could not be read.</ret>
<ret name="" type="boolean">`true` or `false`, or `false` if the bool could not be read.</ret>
</rets>
</function>