Added new natives.

This commit is contained in:
David Anderson
2004-06-26 04:48:32 +00:00
parent 9c59ece7a4
commit e60d1c815c
2 changed files with 134 additions and 1 deletions

View File

@ -14,6 +14,10 @@
#include <engine_const>
native engfunc(type,{Float,_}:...)
native dllfunc(type,{Float,_}:...)
native traceresult(type,{Float,_}:...)
/* Registers a client impulse to a function. Function is passed the ID of the user. */
native register_impulse(impulse, function[]);