Garry's Mod Wiki

Revision Difference

net.ReadDouble#546011

<function name="ReadDouble" parent="net" type="libraryfunc"> <description> Reads a double-precision number 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> <rets> <ret name="" type="number">The double-precision number, or 0 if no number could be read.</ret> <ret name="" type="number">The double-precision number, or `0` if no number could be read.</ret> </rets> </function>