#include "MercuryCommands.h"
#include "MercuryLog.h"
#include "MercuryObject.h"
#include "MercuryUtil.h"
#include "PStack.h"
#include "MercuryObjectFactory.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
bool | ToMessage (PStack &ret, const char *cmd, PStack &args, void *info) |
REGISTER_FUNCTION_TO_COMMAND (Message, ToMessage) | |
bool HGEXPORT | RunCommandOnObject (const char *sObjectName, const char *sCommandName, int iMPStackArgs, int iMPStackRet) |
Variables | |
MercuryCommandRegisteringSystem | CMDMAN |
REGISTER_FUNCTION_TO_COMMAND | ( | Message | , | |
ToMessage | ||||
) |
bool HGEXPORT RunCommandOnObject | ( | const char * | sObjectName, | |
const char * | sCommandName, | |||
int | iMPStackArgs, | |||
int | iMPStackRet | |||
) |
Definition at line 94 of file MercuryCommands.cpp.
Definition at line 69 of file MercuryCommands.cpp.
Definition at line 65 of file MercuryCommands.cpp.