1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Autogen Class List

reduz
2015-05-22 07:01:32 -03:00
parent b7a0ff5d09
commit 325c0a4ea0
3 changed files with 3 additions and 2 deletions

@@ -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.

@@ -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)** **(** **)**

@@ -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 **)**