removed inexistant _et_IPCReceive hook

This commit is contained in:
Remy Marquis 2016-09-13 17:08:56 +02:00
parent 4d98242813
commit a761db59cd
1 changed files with 0 additions and 9 deletions

View File

@ -153,15 +153,6 @@ Miscellaneous
=============
et_IPCReceive( vmnumber, message )
----------------------------------
Called when another mod sends an et.IPCSend() message to this mod.
* `vmnumber` is the VM slot number of the sender.
* `message` is the message.
et_Print( text )
----------------