Revision Difference
net.Incoming#510591
<function name="Incoming" parent="net" type="libraryfunc">⤶
<description>⤶
<internal>You may be looking for <page>net.Receive</page>.</internal>⤶
Function called by the engine to tell the lua state a message arrived.⤶
</description>⤶
<realm>Shared</realm>⤶
<file line="17">lua/includes/extensions/net.lua</file>⤶
<args>⤶
<arg name="length" type="number">The message length, in bits.</arg>⤶
<arg name="client" type="Player">The player that sent the message. This will be nil in the client state.</arg>⤶
</args>⤶
</function>⤶
⤶