doc: Sync classref with current source
This commit is contained in:
@@ -116,6 +116,20 @@
|
||||
Returns the scancode of the given string (e.g. "Escape")
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_audio_driver_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_audio_driver_name" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="arg0" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_cmdline_args">
|
||||
<return type="PoolStringArray">
|
||||
</return>
|
||||
@@ -391,6 +405,20 @@
|
||||
If the project name is empty, [code]user://[/code] falls back to [code]res://[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_video_driver_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_video_driver_name" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="arg0" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_virtual_keyboard_height">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user