This commit is contained in:
Jill 2023-05-04 22:54:45 +03:00
parent 5b5ed353bd
commit 1534c21eb4
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ end)
Then all you need to do to call it is:
```lua
uranium:call('somethingHappened', extra, values, go, here)
uranium.call('somethingHappened', extra, values, go, here)
```
Callbacks support as many extra values as Lua supports arguments in a function - so let's just say you won't be running out of them any time soon.