diff options
| author | Poommetee Ketson | 2018-03-24 00:57:58 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2018-04-11 10:20:22 +0700 |
| commit | 72aa87758a6c7795dc488cda45ccbd37f71de9a7 (patch) | |
| tree | 5258d73a942a67d6e5a90c9ccbd9c3287af4a0ff /doc/classes/PopupMenu.xml | |
| parent | 0f6fdb77c58f6f17bcdd85b107ad30b4e04edf3f (diff) | |
| download | godot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.tar.gz godot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.tar.zst godot-72aa87758a6c7795dc488cda45ccbd37f71de9a7.zip | |
Update classref and docs, fix missing parameters' name
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/PopupMenu.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 12bff4529..166a4be2b 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -495,6 +495,7 @@ <argument index="0" name="ID" type="int"> </argument> <description> + This event is emitted when user navigated to an item of some id using [code]ui_up[/code] or [code]ui_down[/code] action. </description> </signal> <signal name="id_pressed"> |
