|
| CLASS_PROTOTYPE (Event) |
|
virtual void | ErrorInternal (Listener *l, str text) const |
|
bool | operator== (Event ev) |
|
bool | operator!= (Event ev) |
|
void * | operator new (size_t size) |
|
void | operator delete (void *ptr) |
|
| Event (const Event &ev) |
|
| Event (const Event &ev, int numArgs) |
|
| Event (Event &&ev) |
|
| Event (int index) |
|
| Event (int index, int numArgs) |
|
| Event (const char *command) |
|
| Event (const char *command, int numArgs) |
|
| Event (const char *command, int flags, const char *formatspec, const char *argument_names, const char *documentation, byte type=EV_NORMAL) |
|
Event & | operator= (const Event &ev) |
|
Event & | operator= (Event &&ev) |
|
EventDef * | getInfo () |
|
const char * | getName () const |
|
void | AddContainer (Container< SafePtr< Listener > > *container) |
|
void | AddEntity (Entity *ent) |
|
void | AddFloat (float number) |
|
void | AddInteger (int number) |
|
void | AddListener (Listener *listener) |
|
void | AddNil (void) |
|
void | AddConstString (const_str string) |
|
void | AddString (str string) |
|
void | AddToken (str token) |
|
void | AddTokens (int argc, const char **argv) |
|
void | AddValue (const ScriptVariable &value) |
|
void | AddVector (const Vector &vector) |
|
void | CopyValues (const ScriptVariable *values, size_t count) |
|
void | Clear (void) |
|
void | CheckPos (int pos) const |
|
bool | GetBoolean (int pos) const |
|
const_str | GetConstString (int pos) const |
|
Entity * | GetEntity (int pos) const |
|
float | GetFloat (int pos) const |
|
int | GetInteger (int pos) const |
|
Listener * | GetListener (int pos) const |
|
class PathNode * | GetPathNode (int pos) const |
|
str | GetString (int pos) const |
|
str | GetToken (int pos) const |
|
ScriptVariable & | GetValue (int pos) const |
|
ScriptVariable & | GetValue (void) |
|
Vector | GetVector (int pos) const |
|
class Waypoint * | GetWaypoint (int pos) const |
|
qboolean | IsEntityAt (int pos) const |
|
qboolean | IsListenerAt (int pos) const |
|
qboolean | IsNilAt (int pos) const |
|
qboolean | IsNumericAt (int pos) const |
|
qboolean | IsStringAt (int pos) const |
|
qboolean | IsVectorAt (int pos) const |
|
qboolean | IsFromScript (void) const |
|
int | NumArgs () const |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
virtual void | Archive (Archiver &arc) |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|
|
static void | LoadEvents (void) |
|
static int | NumEventCommands () |
|
static void | ListCommands (const char *mask=NULL) |
|
static void | ListDocumentation (const char *mask, qboolean print_to_file=qfalse) |
|
static void | PendingEvents (const char *mask=NULL) |
|
static int | GetEvent (str name, uchar type=EV_NORMAL) |
|
static int | GetEventWithFlags (str name, int flags, uchar type=EV_NORMAL) |
|
static command_t * | GetEventInfo (int eventnum) |
|
static int | GetEventFlags (int eventnum) |
|
static const char * | GetEventName (int index) |
|
static int | compareEvents (const void *arg1, const void *arg2) |
|
static void | SortEventList (Container< int > *sortedList) |
|
static bool | Exists (const char *command) |
|
static unsigned int | FindEventNum (const char *s) |
|
static unsigned int | FindNormalEventNum (const_str s) |
|
static unsigned int | FindNormalEventNum (str s) |
|
static unsigned int | FindReturnEventNum (const_str s) |
|
static unsigned int | FindReturnEventNum (str s) |
|
static unsigned int | FindSetterEventNum (const_str s) |
|
static unsigned int | FindSetterEventNum (str s) |
|
static unsigned int | FindGetterEventNum (const_str s) |
|
static unsigned int | FindGetterEventNum (str s) |
|
static void * | _newInstance (void) |
|
static ClassDef * | classinfostatic (void) |
|