Skip to content

Commit

Permalink
Add warning to InputMap.load_from_project_settings() about running …
Browse files Browse the repository at this point in the history
…it in a tool script
  • Loading branch information
ryevdokimov committed Jan 8, 2025
1 parent d2ada64 commit db8fdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/InputMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<return type="void" />
<description>
Clears all [InputEventAction] in the [InputMap] and load it anew from [ProjectSettings].
[b]Warning:[/b] Calling this method inside a tool script will cause certain editor-specific inputs to not work.
</description>
</method>
</methods>
Expand Down

0 comments on commit db8fdee

Please sign in to comment.