Update docs.

This commit is contained in:
JezuzLizard 2024-02-27 01:48:17 -08:00
parent 820db7398f
commit 5ee8807644

View File

@ -85,7 +85,7 @@ getfunctionname( func )
/@ /@
[DESCRIPTION]: Detours <from_func> to <to_func> causing subsequent calls to <from_func> to instead call <to_func>. [DESCRIPTION]: Detours <from_func> to <to_func> causing subsequent calls to <from_func> to instead call <to_func>.
Can detour any function except for functions called directly by the engine. Can detour any function except builtins.
If [priority] is not specified defaults to -1 allowing for replacefunc calls with a higher [priority] value to detour already detoured If [priority] is not specified defaults to -1 allowing for replacefunc calls with a higher [priority] value to detour already detoured
functions.; functions.;
[CALL_TYPE]: function; [CALL_TYPE]: function;