Garry's Mod Wiki

Revision Difference

usermessage.Hook#546696

<function name="Hook" parent="usermessage" type="libraryfunc"> <description> <deprecated>You should be using <page>net</page> instead</deprecated> Sets a hook for the specified to be called when a usermessage with the specified name arrives. <warning>Usermessages have a limit of only 256 bytes!</warning> </description> <realm>Shared</realm> <args> <arg name="name" type="string">The message name to hook to.</arg> <arg name="callback" type="function">The function to be called if the specified message was received. Parameters (Optional):⤶ * <page>bf_read</page> msg * <page>vararg</page> preArgs</arg> <arg name="preArgs" type="vararg" default="nil">Arguments that are passed to the callback function when the hook is called. *ring ring*</arg>⤶ <arg name="preArgs" type="vararg" default="nil">Arguments that are passed to the callback function when the hook is called.</arg>⤶ </args> </function>