Update README.md

This commit is contained in:
Mestima 2023-10-09 23:48:38 +03:00
parent 8f42c858ea
commit 18a42c61d3

View File

@ -18,7 +18,7 @@ Example compilation `Windows` command: `scons p=windows tools=yes -j4`
```gdscript
hook.GetTable()
hook.Add(event: String, uid: String, function: Callable)
hook.Call(event: String, args: Array, defer: bool = false)
hook.Call(event: String, args: Array = [], defer: bool = false)
hook.Remove(event: String, uid: String)
```