mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Mention that grab_focus is more reliable deferred
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
<return type="void" />
|
||||
<description>
|
||||
Calls the method represented by this [Callable] in deferred mode, i.e. during the idle frame. Arguments can be passed and should match the method's signature.
|
||||
[codeblock]
|
||||
func _ready():
|
||||
grab_focus.call_deferred()
|
||||
[/codeblock]
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_method" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user