diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-26 11:56:21 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-26 11:56:21 +0200 |
| commit | 391e46830f4f08ddfc9104fc9182d6944f609635 (patch) | |
| tree | 0cbe62dc1e099d23ea30449bc5ed1b8b411cb0c1 /doc/classes/Control.xml | |
| parent | fd16dd48cbf309e06384535b5169aec57b590307 (diff) | |
| download | redot-engine-391e46830f4f08ddfc9104fc9182d6944f609635.tar.gz | |
doc: Sync classref with current source
Fix various missing arguments in bindings.
Diffstat (limited to 'doc/classes/Control.xml')
| -rw-r--r-- | doc/classes/Control.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 52382337cf..8c65f44259 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -36,6 +36,14 @@ Replaces Godot 2's [code]_input_event[/code]. </description> </method> + <method name="_make_custom_tooltip" qualifiers="virtual"> + <return type="Object"> + </return> + <argument index="0" name="for_text" type="String"> + </argument> + <description> + </description> + </method> <method name="accept_event"> <return type="void"> </return> |
