mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Another param change that I seemed to have missed... should be no problem
This commit is contained in:
parent
ecd2d913e4
commit
7cd10e4796
@ -21,7 +21,7 @@ native traceresult(type,{Float,Sql,Result,_}:...);
|
|||||||
native register_impulse(impulse, function[]);
|
native register_impulse(impulse, function[]);
|
||||||
|
|
||||||
/* Registers a touch action to a function by classnames. Use * to specify any classname. */
|
/* Registers a touch action to a function by classnames. Use * to specify any classname. */
|
||||||
native register_touch(Toucher[], Touched[], function[]);
|
native register_touch(Touched[], Toucher[], function[]);
|
||||||
|
|
||||||
/* Registers a think action to a function by classname. */
|
/* Registers a think action to a function by classname. */
|
||||||
native register_think(Classname[], function[]);
|
native register_think(Classname[], function[]);
|
||||||
|
Loading…
Reference in New Issue
Block a user