Revision Difference
net.ReadUInt64#551590
<function name="ReadUInt64" parent="net" type="libraryfunc">
<description>
Reads a unsigned integer with 64 bits 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 uint64 number.</ret>
<ret name="" type="string">The uint64 number.</ret>
</rets>
</function>