mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
57 lines
2.6 KiB
ReStructuredText
57 lines
2.6 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
|
|
|
|
.. _class_ShortCut:
|
|
|
|
ShortCut
|
|
========
|
|
|
|
**Inherits:** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_string>` | :ref:`get_as_text<class_ShortCut_get_as_text>` **(** **)** const |
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`InputEvent<class_inputevent>` | :ref:`get_shortcut<class_ShortCut_get_shortcut>` **(** **)** const |
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_shortcut<class_ShortCut_is_shortcut>` **(** :ref:`InputEvent<class_inputevent>` event **)** const |
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_valid<class_ShortCut_is_valid>` **(** **)** const |
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
| void | :ref:`set_shortcut<class_ShortCut_set_shortcut>` **(** :ref:`InputEvent<class_inputevent>` event **)** |
|
|
+--------------------------------------+--------------------------------------------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_ShortCut_get_as_text:
|
|
|
|
- :ref:`String<class_string>` **get_as_text** **(** **)** const
|
|
|
|
.. _class_ShortCut_get_shortcut:
|
|
|
|
- :ref:`InputEvent<class_inputevent>` **get_shortcut** **(** **)** const
|
|
|
|
.. _class_ShortCut_is_shortcut:
|
|
|
|
- :ref:`bool<class_bool>` **is_shortcut** **(** :ref:`InputEvent<class_inputevent>` event **)** const
|
|
|
|
.. _class_ShortCut_is_valid:
|
|
|
|
- :ref:`bool<class_bool>` **is_valid** **(** **)** const
|
|
|
|
.. _class_ShortCut_set_shortcut:
|
|
|
|
- void **set_shortcut** **(** :ref:`InputEvent<class_inputevent>` event **)**
|
|
|
|
|