[Half-Life AMXX] / include / fakemeta_const.inc Repository:
ViewVC logotype

Diff of /include/fakemeta_const.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Tue Oct 30 09:08:11 2007 UTC revision 17, Fri Nov 16 15:29:57 2007 UTC
# Line 119  Line 119 
119          // Returns pointer to info buffer that can be used with the infobuffer param of InfoKeyValue, SetKeyValue, and SetClientKeyValue          // Returns pointer to info buffer that can be used with the infobuffer param of InfoKeyValue, SetKeyValue, and SetClientKeyValue
120          EngFunc_GetInfoKeyBuffer,                       // char*)                       (edict_t *e);          EngFunc_GetInfoKeyBuffer,                       // char*)                       (edict_t *e);
121          EngFunc_AlertMessage,                           // void )                       (ALERT_TYPE atype, char *szFmt, ...);          EngFunc_AlertMessage,                           // void )                       (ALERT_TYPE atype, char *szFmt, ...);
122          EngFunc_ClientPrintf                            // void )                       (edict_t* pEdict, PRINT_TYPE ptype, const char *szMsg);          EngFunc_ClientPrintf,                           // void )                       (edict_t* pEdict, PRINT_TYPE ptype, const char *szMsg);
123            EngFunc_ServerPrint                                     // void )                       (const char *szMsg);
124  };  };
125    
126  /* Used with dllfunc()  /* Used with dllfunc()
# Line 540  Line 541 
541          FM_CreateInstBaseline,          FM_CreateInstBaseline,
542          FM_CreateBaseline,          FM_CreateBaseline,
543          FM_GetInfoKeyBuffer,          FM_GetInfoKeyBuffer,
544          FM_ClientPrintf          FM_ClientPrintf,
545    
546            // LATE ADDITIONS (v1.80)
547            FM_ServerPrint
548  };  };
549    
550  enum TraceResult  enum TraceResult

Legend:
Removed from v.1  
changed lines
  Added in v.17

Contact
ViewVC Help
Powered by ViewVC 1.0.4