foreach_part
Description:
Calls callback
for each part of the this, including the message itself.
The traverse of the this parts can be stopped when the callback
returns
false.
Parameters:
this | |
callback |
a ForeachPartFunc callback to call for each part |
user_data |
user data passed to the |