You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Updated function argument names
This commit is contained in:
@@ -137,7 +137,7 @@ class EditorHelp : public VBoxContainer {
|
||||
|
||||
void _help_callback(const String &p_topic);
|
||||
|
||||
void _add_text(const String &p_text);
|
||||
void _add_text(const String &p_bbcode);
|
||||
bool scroll_locked;
|
||||
|
||||
//void _button_pressed(int p_idx);
|
||||
@@ -189,7 +189,7 @@ class EditorHelpBit : public Panel {
|
||||
|
||||
RichTextLabel *rich_text;
|
||||
void _go_to_help(String p_what);
|
||||
void _meta_clicked(String p_what);
|
||||
void _meta_clicked(String p_select);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user