Revision Difference
net.Send#561313
<function name="Send" parent="net" type="libraryfunc">
<description>Sends the current message to the specified player, or to all players listed in the table.</description>
<description>Sends the current net message (see <page>net.Start</page>) to the specified player, or to all players listed in the table.</description>
<realm>Server</realm>
<args>
<arg name="ply" type="Player">The player(s) to send the message to. Can be a table of players or a <page>CRecipientFilter</page>.</arg>
<arg name="ply" type="Player" alttype="CRecipientFilter">The player(s) to send the message to. Can be a table of players or a <page>CRecipientFilter</page>.</arg>
</args>
</function>