mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Fix typo (#10043)
This commit is contained in:
parent
3a6dfda358
commit
a1b444bb61
@ -11,7 +11,7 @@ Description of formspec language to show your menu is in lua_api.txt
|
||||
Callbacks
|
||||
---------
|
||||
|
||||
core.buttonhandler(fields): called when a button is pressed.
|
||||
core.button_handler(fields): called when a button is pressed.
|
||||
^ fields = {name1 = value1, name2 = value2, ...}
|
||||
core.event_handler(event)
|
||||
^ event: "MenuQuit", "KeyEnter", "ExitButton" or "EditBoxEnter"
|
||||
|
Loading…
Reference in New Issue
Block a user