Some edits to hookscripts.txt & function notes.txt

This commit is contained in:
NovaRain
2019-12-24 00:55:31 +08:00
parent 7990d230f2
commit 7cef7e8e54
2 changed files with 27 additions and 25 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ optional argument:
- removes all timer events with the specified 'fixedParam' value for the current global script
> mixed sfall_func1("get_sfall_arg_at", int argNum)
- gets the value of hook argument with the specified argument number (argNum, first argument of hook starts from 0)
- gets the value of hook argument with the specified argument number (first argument of hook starts from 0)
> void sfall_func0("hide_window")
> void sfall_func1("hide_window", string winName)