feat: modules moved and engine moved to submodule

This commit is contained in:
Jan van der Weide 2025-04-12 18:40:44 +02:00
parent dfb5e645cd
commit c33d2130cc
5136 changed files with 225275 additions and 64485 deletions

View file

@ -90,6 +90,13 @@
If [param exact_match] is [code]false[/code], it ignores additional input modifiers for [InputEventKey] and [InputEventMouseButton] events, and the direction for [InputEventJoypadMotion] events.
</description>
</method>
<method name="get_action_description" qualifiers="const">
<return type="String" />
<param index="0" name="action" type="StringName" />
<description>
Returns the human-readable description of the given action.
</description>
</method>
<method name="get_actions">
<return type="StringName[]" />
<description>