#include <agent_object.h>
Public Member Functions | |
CMethodCall (const char *name, int i) | |
Data Fields | |
sint32 | Index |
CStringVarName | MethodName |
|
Definition at line 156 of file agent_object.h.
00156 : MethodName (name) 00157 { 00158 Index = i; 00159 } |
|
Definition at line 161 of file agent_object.h. Referenced by NLAIAGENT::CPairType::isMember(). |
|
Definition at line 160 of file agent_object.h. |