summaryrefslogtreecommitdiff
path: root/doc/classes/ShortCut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/ShortCut.xml')
-rw-r--r--doc/classes/ShortCut.xml24
1 files changed, 9 insertions, 15 deletions
diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml
index b89c3a65bd..ce6a001279 100644
--- a/doc/classes/ShortCut.xml
+++ b/doc/classes/ShortCut.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="ShortCut" inherits="Resource" category="Core" version="3.0-alpha">
+<class name="ShortCut" inherits="Resource" category="Core" version="3.0-beta">
<brief_description>
+ A shortcut for binding input.
</brief_description>
<description>
+ A shortcut for binding input.
+ Shortcuts are commonly used for interacting with a [Control] element from a [InputEvent].
</description>
<tutorials>
</tutorials>
@@ -13,12 +16,7 @@
<return type="String">
</return>
<description>
- </description>
- </method>
- <method name="get_shortcut" qualifiers="const">
- <return type="InputEvent">
- </return>
- <description>
+ Returns the Shortcut's [InputEvent] as a [String].
</description>
</method>
<method name="is_shortcut" qualifiers="const">
@@ -27,25 +25,21 @@
<argument index="0" name="event" type="InputEvent">
</argument>
<description>
+ Returns [code]true[/code] if the Shortcut's [InputEvent] equals [code]event[/code].
</description>
</method>
<method name="is_valid" qualifiers="const">
<return type="bool">
</return>
<description>
- </description>
- </method>
- <method name="set_shortcut">
- <return type="void">
- </return>
- <argument index="0" name="event" type="InputEvent">
- </argument>
- <description>
+ If [code]true[/code] this Shortcut is valid.
</description>
</method>
</methods>
<members>
<member name="shortcut" type="InputEvent" setter="set_shortcut" getter="get_shortcut">
+ The Shortcut's [InputEvent].
+ Generally the [InputEvent] is a keyboard key, though it can be any [InputEvent].
</member>
</members>
<constants>