summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWinston <44872771+winston-yallow@users.noreply.github.com>2023-05-30 21:16:29 +0200
committerWinston <44872771+winston-yallow@users.noreply.github.com>2023-05-30 21:16:29 +0200
commit50d8ee8eee619e8c406b85bb69766e9adac3ef78 (patch)
treed46db07f12e64e79d9c3af466de305c334cb8e43 /doc
parent6101240231600c871f5c5473872532c68ea3268c (diff)
downloadredot-engine-50d8ee8eee619e8c406b85bb69766e9adac3ef78.tar.gz
Expose ProjectSettings.set_as_internal()
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/ProjectSettings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml
index 55cef92f16..311b37b1b1 100644
--- a/doc/classes/ProjectSettings.xml
+++ b/doc/classes/ProjectSettings.xml
@@ -185,6 +185,14 @@
Defines if the specified setting is considered basic or advanced. Basic settings will always be shown in the project settings. Advanced settings will only be shown if the user enables the "Advanced Settings" option.
</description>
</method>
+ <method name="set_as_internal">
+ <return type="void" />
+ <param index="0" name="name" type="String" />
+ <param index="1" name="internal" type="bool" />
+ <description>
+ Defines if the specified setting is considered internal. An internal setting won't show up in the Project Settings dialog. This is mostly useful for addons that need to store their own internal settings without exposing them directly to the user.
+ </description>
+ </method>
<method name="set_initial_value">
<return type="void" />
<param index="0" name="name" type="String" />