C++ TargetRTS
|
Static Public Member Functions | |
static int | entryPoint (int, const char *const *) |
static int | shutdown (RTController *) |
static const char * | debugName (void) |
static RTController * | controller (void) |
static RTActorRef * | topReference (void) |
static RTActor * | topActor (void) |
static const RTSystemDescriptor * | systemInfo (void) |
static int | argCount (void) |
static const char *const * | argStrings (void) |
static void | lock (void) |
static void | unlock (void) |
Friends | |
class | RTSuperActor |