From 5ee88076440bc1f437349a2d2445720fde587144 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Tue, 27 Feb 2024 01:48:17 -0800 Subject: [PATCH] Update docs. --- zm_ai_pack/pluto_sys.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zm_ai_pack/pluto_sys.gsc b/zm_ai_pack/pluto_sys.gsc index 06957cf..4f95d50 100644 --- a/zm_ai_pack/pluto_sys.gsc +++ b/zm_ai_pack/pluto_sys.gsc @@ -85,7 +85,7 @@ getfunctionname( func ) /@ [DESCRIPTION]: Detours to causing subsequent calls to to instead call . - 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 functions.; [CALL_TYPE]: function;