mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-06-27 12:49:29 +00:00
Update README.md
This commit is contained in:
@ -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)
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user