|
|
|
|
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>
Collaboration diagram for NLAIAGENT::CAgentScript::CMethodCall:
[legend]List of all members.
Detailed Description
Structure to define the name, id and argument type of hard coded mathod.
Definition at line 95 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]
|
|
NLAIAGENT::CAgentScript::CMethodCall::~CMethodCall (
|
) [inline, virtual]
|
|
Member Data Documentation
sint NLAIAGENT::CAgentScript::CMethodCall::ArgCount
|
|
|
Count neaded when the CheckCount it set.
Definition at line 121 of file agent_script.h. |
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 119 of file agent_script.h. |
sint32 NLAIAGENT::CAgentScript::CMethodCall::Index
|
|
IObjectIA * NLAIAGENT::CAgentScript::CMethodCall::ReturnValue
|
|
The documentation for this struct was generated from the following file:
|
|