drop_new/0—drop a new event object


Note

This primitive can be used in only new rules.

The syntax for drop_new/0 is as follows:

drop_new()

Use the drop_new/0 to drop the newly received event, being processed in a new rule.

drop_new/0 example

new RepeatTick: MC_CELL_TICK($E)
updates duplicate($U)
{
$U.repeat_count = $U.repeat_count + 1;
drop_new;
}
END

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*