Exposed set/get_project_metadata in EditorSettings.
This commit is contained in:
parent
760ec584df
commit
e03de3ddfc
4 changed files with 29 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue