From 325c0a4ea0f154abf6f9bb2ec2df13052e445aee Mon Sep 17 00:00:00 2001 From: reduz Date: Fri, 22 May 2015 07:01:32 -0300 Subject: [PATCH] Autogen Class List --- class_filedialog.md | 2 +- class_inputmap.md | 2 +- class_richtextlabel.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/class_filedialog.md b/class_filedialog.md index 597f9c0..7abe4e0 100644 --- a/class_filedialog.md +++ b/class_filedialog.md @@ -29,7 +29,7 @@ Dialog for selecting files or directories in the filesystem. * **file_selected** **(** [String](class_string) path **)** ### Numeric Constants - * **MODE_OPEN_FILE** = **0** - Editor will not allow to select unexisting files. + * **MODE_OPEN_FILE** = **0** - Editor will not allow to select nonexistent files. * **MODE_OPEN_FILES** = **1** * **MODE_OPEN_DIR** = **2** * **MODE_SAVE_FILE** = **3** - Editor will warn when a file exists. diff --git a/class_inputmap.md b/class_inputmap.md index f64b037..dc5ed32 100644 --- a/class_inputmap.md +++ b/class_inputmap.md @@ -14,7 +14,7 @@ Singleton that manages actions. * void **[action_add_event](#action_add_event)** **(** [String](class_string) action, [InputEvent](class_inputevent) event **)** * [bool](class_bool) **[action_has_event](#action_has_event)** **(** [String](class_string) action, [InputEvent](class_inputevent) event **)** * void **[action_erase_event](#action_erase_event)** **(** [String](class_string) action, [InputEvent](class_inputevent) event **)** - * [bool](class_bool) **[get_action_list](#get_action_list)** **(** [String](class_string) action **)** + * [Array](class_array) **[get_action_list](#get_action_list)** **(** [String](class_string) action **)** * [bool](class_bool) **[event_is_action](#event_is_action)** **(** [InputEvent](class_inputevent) event, [String](class_string) action **)** const * void **[load_from_globals](#load_from_globals)** **(** **)** diff --git a/class_richtextlabel.md b/class_richtextlabel.md index 53a1880..082bc61 100644 --- a/class_richtextlabel.md +++ b/class_richtextlabel.md @@ -24,6 +24,7 @@ Label that displays rich text. * [bool](class_bool) **[is_scroll_active](#is_scroll_active)** **(** **)** const * void **[set_scroll_follow](#set_scroll_follow)** **(** [bool](class_bool) follow **)** * [bool](class_bool) **[is_scroll_following](#is_scroll_following)** **(** **)** const + * [Object](class_object) **[get_v_scroll](#get_v_scroll)** **(** **)** * void **[set_tab_size](#set_tab_size)** **(** [int](class_int) spaces **)** * [int](class_int) **[get_tab_size](#get_tab_size)** **(** **)** const * void **[set_selection_enabled](#set_selection_enabled)** **(** [bool](class_bool) enabled **)**