From e72d6cf54a7d93082f5e0600276b7114d868de07 Mon Sep 17 00:00:00 2001 From: conankzhang Date: Wed, 30 Oct 2019 23:39:24 -0700 Subject: Add descriptions to set_initial_value and set_setting. --- doc/classes/ProjectSettings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index fa735b8918..eb937df286 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -145,6 +145,7 @@ + Sets the specified property's initial value. This is the value the property reverts to. @@ -166,6 +167,11 @@ + Sets the value of a setting. + [b]Example:[/b] + [codeblock] + ProjectSettings.set_setting("application/config/name", "Example") + [/codeblock] -- cgit v1.2.3