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

Diff of /include/engine.inc

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

revision 16, Fri Nov 16 15:12:40 2007 UTC revision 17, Fri Nov 16 15:29:57 2007 UTC
# Line 22  Line 22 
22   #pragma library engine   #pragma library engine
23  #endif  #endif
24    
25  native traceresult(type,{Float,Sql,Result,_}:...);  native traceresult(type,any:...);
26    
27  /* Registers a client impulse to a function.  Function is passed the ID of the user. */  /* Registers a client impulse to a function.  Function is passed the ID of the user. */
28  native register_impulse(impulse, const function[]);  native register_impulse(impulse, const function[]);
# Line 39  Line 39 
39   */   */
40    
41  /* Precaches an event. */  /* Precaches an event. */
42  native precache_event(type, const Name[], {Float,Sql,Result,_}:...);  native precache_event(type, const Name[], any:...);
43    
44  /* set/get a user's speak flags */  /* set/get a user's speak flags */
45  native set_speak(iIndex, iSpeakFlags);  native set_speak(iIndex, iSpeakFlags);
# Line 174  Line 174 
174  /* Gets parameters sent from CmdStart.  /* Gets parameters sent from CmdStart.
175     Note that you will receive modified values if any other plugin have     Note that you will receive modified values if any other plugin have
176     changed them. */     changed them. */
177  native get_usercmd(type,{Float,Sql,Result,_}:...);  native get_usercmd(type,any:...);
178    
179  /* Sets the parameters sent from CmdStart.  /* Sets the parameters sent from CmdStart.
180     Note that your changes will be seen by any other plugin doing get_usercmd() */     Note that your changes will be seen by any other plugin doing get_usercmd() */
181  native set_usercmd(type,{Float,Sql,Result,_}:...);  native set_usercmd(type,any:...);
182    
183  /* Converts a string offset into a real string. Some of the forwards in fakemeta  /* Converts a string offset into a real string. Some of the forwards in fakemeta
184     uses string offsets. (FM_CreateNamedEntity) */     uses string offsets. (FM_CreateNamedEntity) */

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

Contact
ViewVC Help
Powered by ViewVC 1.0.4