mirror of
https://github.com/Mestima/GodotHook.git
synced 2025-05-04 07:10:23 +00:00
Update README.md
This commit is contained in:
parent
48c3033e43
commit
05ad366582
@ -46,7 +46,7 @@ func _ready():
|
|||||||
`hook.Remove` removes any listening event by its name and type:
|
`hook.Remove` removes any listening event by its name and type:
|
||||||
|
|
||||||
```gdscript
|
```gdscript
|
||||||
# can be executed in any place
|
# can be executed at any place
|
||||||
|
|
||||||
hook.Remove("OnReady", "UniqueName")
|
hook.Remove("OnReady", "UniqueName")
|
||||||
```
|
```
|
||||||
@ -54,7 +54,7 @@ hook.Remove("OnReady", "UniqueName")
|
|||||||
`hook.GetTable` returns a `Dictionary` with all added listening events
|
`hook.GetTable` returns a `Dictionary` with all added listening events
|
||||||
|
|
||||||
```gdscript
|
```gdscript
|
||||||
# can be executed in any place
|
# can be executed at any place
|
||||||
|
|
||||||
var hookTable: Dictionary = hook.GetTable()
|
var hookTable: Dictionary = hook.GetTable()
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user