implemented the bf_read natives

message hooks now receive the bf_read handle

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40604
This commit is contained in:
Borja Ferrer
2007-03-11 21:09:05 +00:00
parent 95dcffc972
commit f64945b2aa
5 changed files with 482 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace SourceMod
* @param msg_id Message Id.
* @param bf bf_write structure containing written bytes.
* @param pFtiler Recipient filter.
* @return True to allow message, false to scrap it.
* @return Pl_Continue to allow message, Pl_Stop or Pl_Handled to scrap it.
*/
virtual ResultType InterceptUserMessage(int msg_id, bf_write *bf, IRecipientFilter *pFilter)
{