diff options
| author | Rémi Verschelde | 2017-12-12 07:59:08 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-12 07:59:08 +0100 |
| commit | 56a44ca03e05a831e5c3c965a4675d53f82e7e6e (patch) | |
| tree | 398fadf04f7e03ebedaccf6fe591851bcee3e833 /doc/classes/PopupMenu.xml | |
| parent | 36ce7c444d350b5fcd909f105fb6ca200f9d09df (diff) | |
| parent | 9888a56639e8f033c4258043f768cbad53f82fd0 (diff) | |
| download | godot-56a44ca03e05a831e5c3c965a4675d53f82e7e6e.tar.gz godot-56a44ca03e05a831e5c3c965a4675d53f82e7e6e.tar.zst godot-56a44ca03e05a831e5c3c965a4675d53f82e7e6e.zip | |
Merge pull request #14581 from Noshyaar/pr
Change statable to multistate, remove extra separator
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/PopupMenu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 42ed57e4a..372a97ecd 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -391,7 +391,7 @@ <description> </description> </method> - <method name="set_item_statable"> + <method name="set_item_multistate"> <return type="void"> </return> <argument index="0" name="idx" type="int"> @@ -441,7 +441,7 @@ <description> </description> </method> - <method name="toggle_item_statable"> + <method name="toggle_item_multistate"> <return type="void"> </return> <argument index="0" name="idx" type="int"> |
