Exposed set/get_project_metadata in EditorSettings.
This commit is contained in:
@@ -55,7 +55,19 @@
|
||||
Get the list of favorite directories for this project.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_project_settings_dir" qualifiers="const">
|
||||
<method name="get_project_metadata" qualifiers="const">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="section" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="key" type="String">
|
||||
</argument>
|
||||
<argument index="2" name="default" type="Variant" default="null">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_project_settings_dir">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
@@ -131,6 +143,16 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_project_metadata">
|
||||
<argument index="0" name="section" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="key" type="String">
|
||||
</argument>
|
||||
<argument index="2" name="data" type="Variant">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_recent_dirs">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user