|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CAgentScript::CMethodCall Struct ReferenceStructure to define the name, id and argument type of hard coded mathod.
More...
#include <agent_script.h>
List of all members.
Detailed Description
Structure to define the name, id and argument type of hard coded mathod.
Definition at line 102 of file agent_script.h.
Constructor & Destructor Documentation
NLAIAGENT::CAgentScript::CMethodCall::CMethodCall |
( |
const char * |
name, |
|
|
int |
i, |
|
|
IObjectIA * |
a, |
|
|
TTypeCheck |
checkArg, |
|
|
int |
argCount, |
|
|
IObjectIA * |
r |
|
) |
[inline] |
|
virtual NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
sint NLAIAGENT::CAgentScript::CMethodCall::ArgCount
|
|
IObjectIA* NLAIAGENT::CAgentScript::CMethodCall::ArgType
|
|
TTypeCheck NLAIAGENT::CAgentScript::CMethodCall::CheckArgType
|
|
|
CheckArg is for force the method argument test. If its true we test juste the name coherence.
Definition at line 126 of file agent_script.h.
Referenced by CMethodCall. |
sint32 NLAIAGENT::CAgentScript::CMethodCall::Index
|
|
IObjectIA* NLAIAGENT::CAgentScript::CMethodCall::ReturnValue
|
|
The documentation for this struct was generated from the following file:
|
|