Revision Difference
net.ReadFloat#546013
<function name="ReadFloat" parent="net" type="libraryfunc">
<description>
Reads a floating point number from the received net message.
<warning>You **must** read information in same order as you write it.</warning>
</description>
<realm>Shared</realm>
<rets>
<ret name="" type="number">The floating point number, or 0 if no number could be read.</ret>
<ret name="" type="number">The floating point number, or `0` if no number could be read.</ret>
</rets>
</function>