Signature
native set_msg_block(iMessage, iMessageFlags);
Description
Sets whether or not an engine message will be blocked.
Notes
-
For a list of message flags, have a look at the BLOCK_* constants
in message_const.inc.
Parameters
- iMessage — Message id
- iMessageFlags — BLOCK_* constant
No return value
Errors
-
If an invalid message id is specified, an error
will be thrown.