#include <extcall.h>
Collaboration diagram for ExtCallNode:

Check the structure of the arglist. Maybe it's a list of lists? -- JP
Data Fields | |
| ExternalFunc * | efunc |
| gl_list_t * | arglist |
| Instance ** | data |
| unsigned long | subject |
| int | nodestamp |
| struct ExternalFunc* ExtCallNode::efunc |
Pointer to external function.
| struct gl_list_t* ExtCallNode::arglist |
List of Instance pointers.
| struct Instance** ExtCallNode::data |
A handle to additional user data.
| unsigned long ExtCallNode::subject |
Index into the arglist.
A unique id for each call node.
1.5.1