#include <script_cb.h>

Data Fields | |
| cb_function * | cbf |
| unsigned int | id |
| struct script_cb * | next |
| void * | param |
Definition at line 48 of file script_cb.h.
callback function
Definition at line 49 of file script_cb.h.
Referenced by add_callback(), exec_post_cb(), and exec_pre_cb().
| unsigned int id |
next callback
Definition at line 50 of file script_cb.h.
Referenced by add_callback(), destroy_cb_list(), exec_post_cb(), and exec_pre_cb().
| void* param |
callback parameter
Definition at line 52 of file script_cb.h.
Referenced by add_callback(), exec_post_cb(), and exec_pre_cb().
1.5.6