DynamicConsoleMethodComponent Class Reference#include <dynamicConsoleMethodComponent.h>
Inheritance diagram for DynamicConsoleMethodComponent:
[legend]List of all members.
Member Typedef Documentation
Member Function Documentation
virtual const char* DynamicConsoleMethodComponent::_callMethod |
( |
U32 |
argc, |
|
|
const char * |
argv[], |
|
|
bool |
callThis = true | |
|
) |
| | [protected, virtual] |
Internal callMethod : Actually does component notification and script method execution.
- Attention:
- This method does some magic to the argc argv to make Con::execute act properly as such it's internal and should not be exposed or used except by this class
const char* DynamicConsoleMethodComponent::callMethod |
( |
S32 |
argc, |
|
|
const char * |
methodName, |
|
|
|
... | |
|
) |
| | [virtual] |
virtual const char* DynamicConsoleMethodComponent::callMethodArgList |
( |
U32 |
argc, |
|
|
const char * |
argv[], |
|
|
bool |
callThis = true | |
|
) |
| | [virtual] |
virtual bool DynamicConsoleMethodComponent::handlesConsoleMethod |
( |
const char * |
fname, |
|
|
S32 * |
routingId | |
|
) |
| | [virtual] |
|