We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b080fc1 commit a71cf62Copy full SHA for a71cf62
README.md
@@ -11,7 +11,7 @@ To support LiteBag you can hook into ItemButton update and create as follows:
11
```
12
LiteBag_RegisterHook('LiteBagItemButton_Update', YourUpdateFunction)
13
14
- and optionally `LiteBag_AddUpdateEvent(eventName)` if you need LiteBag
+ and optionally `LiteBag_AddPluginEvent(eventName)` if you need LiteBag
15
to update on additional events. Your function will be called once for
16
every itembutton, with the itembutton as the argument.
17
0 commit comments