clarified true/false
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401400
This commit is contained in:
parent
c62c5cfc30
commit
6bfac7ff26
@ -129,8 +129,9 @@ native EndMessage();
|
|||||||
* @param playersNum Number of players in the array.
|
* @param playersNum Number of players in the array.
|
||||||
* @param reliable True if message is reliable, false otherwise.
|
* @param reliable True if message is reliable, false otherwise.
|
||||||
* @param init True if message is an initmsg, false otherwise.
|
* @param init True if message is an initmsg, false otherwise.
|
||||||
* @return Ignored for normal hooks. For intercept hooks, false blocks
|
* @return Ignored for normal hooks. For intercept hooks, Plugin_Handled
|
||||||
* the message from being sent, and true continues.
|
* blocks the message from being sent, and Plugin_Continue
|
||||||
|
* resumes normal functionality.
|
||||||
*/
|
*/
|
||||||
functag MsgHook Action:public(UserMsg:msg_id, Handle:bf, const players[], playersNum, bool:reliable, bool:init);
|
functag MsgHook Action:public(UserMsg:msg_id, Handle:bf, const players[], playersNum, bool:reliable, bool:init);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user