Panda3D
|
A single command in the Connected-Frame protocol. More...
#include "cfCommand.h"
Public Member Functions | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
A single command in the Connected-Frame protocol.
This can be sent client-to-server or server-to-client.
This is an abstract base class. Individual commands will specialize from this.
Definition at line 32 of file cfCommand.h.