Public Member Functions | |
| CMethodCall (const char *name, int i) | |
Data Fields | |
| sint32 | Index |
| CStringVarName | MethodName |
|
||||||||||||
|
Definition at line 71 of file msg.h.
00071 : MethodName (name) 00072 { 00073 Index = i; 00074 } |
|
|
|
|
|
|
1.3.6