mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-05-04 07:10:23 +00:00
readme style fix
This commit is contained in:
parent
7f98fd6817
commit
ef1ab130c0
@ -43,7 +43,7 @@ hook.Add("OnReady", "UniqueName2", Callable(self, "printHookOutput2"))
|
||||
|
||||
func _ready():
|
||||
hook.Call("OnReady", ["Hey!", "It's OnReady hook!"])
|
||||
hook.Call("OnReady", ["Hey!", "It's OnReady hook, but deferred!"], true)
|
||||
hook.Call("OnReady", ["Hey!", "It's OnReady hook, but deferred!"], true)
|
||||
```
|
||||
|
||||
`hook.Remove` removes any listening event by its name and type:
|
||||
|
Loading…
x
Reference in New Issue
Block a user