doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
idEventArg Class Reference

#include <Class.h>

Public Member Functions

 idEventArg ()
 
 idEventArg (int data)
 
 idEventArg (float data)
 
 idEventArg (idVec3 &data)
 
 idEventArg (const idStr &data)
 
 idEventArg (const char *data)
 
 idEventArg (const class idEntity *data)
 
 idEventArg (const struct trace_s *data)
 

Public Attributes

int type
 
int value
 

Detailed Description

Definition at line 57 of file Class.h.

Constructor & Destructor Documentation

idEventArg::idEventArg ( )
inline

Definition at line 62 of file Class.h.

idEventArg::idEventArg ( int  data)
inline

Definition at line 63 of file Class.h.

idEventArg::idEventArg ( float  data)
inline

Definition at line 64 of file Class.h.

idEventArg::idEventArg ( idVec3 data)
inline

Definition at line 65 of file Class.h.

idEventArg::idEventArg ( const idStr data)
inline

Definition at line 66 of file Class.h.

idEventArg::idEventArg ( const char *  data)
inline

Definition at line 67 of file Class.h.

idEventArg::idEventArg ( const class idEntity data)
inline

Definition at line 68 of file Class.h.

idEventArg::idEventArg ( const struct trace_s data)
inline

Definition at line 69 of file Class.h.

Member Data Documentation

int idEventArg::type

Definition at line 59 of file Class.h.

int idEventArg::value

Definition at line 60 of file Class.h.


The documentation for this class was generated from the following file: