mirror of
https://github.com/godotengine/godot.git
synced 2026-02-08 03:38:29 +00:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -12,56 +12,12 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_scancode" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_scancode_with_modifiers" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_unicode" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_echo">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="echo" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_pressed">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="pressed" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_scancode">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="scancode" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_unicode">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="unicode" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="echo" type="bool" setter="set_echo" getter="is_echo">
|
||||
|
||||
Reference in New Issue
Block a user