diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-19 20:41:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 20:41:41 +0300 |
commit | 7895a66cf21348920298c83968d6c5399d8339cf (patch) | |
tree | 6b74c4e351c6dfa39c3d56c08a4c58613900141d /doc/classes/ProjectSettings.xml | |
parent | 35cfaafda8073f700c9d2fe42a43d3d81eaaea67 (diff) | |
parent | 980f5f32f492ad7e55915f37a6104789d43c89e1 (diff) | |
download | redot-engine-7895a66cf21348920298c83968d6c5399d8339cf.tar.gz |
Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods
Make `property_*_revert` methods multilevel and expose them for scripting
Diffstat (limited to 'doc/classes/ProjectSettings.xml')
-rw-r--r-- | doc/classes/ProjectSettings.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index fcde9f6686..f72aeff469 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -129,20 +129,6 @@ Returns the localized path (starting with [code]res://[/code]) corresponding to the absolute, native OS [param path]. See also [method globalize_path]. </description> </method> - <method name="property_can_revert"> - <return type="bool" /> - <param index="0" name="name" type="String" /> - <description> - Returns [code]true[/code] if the specified property exists and its initial value differs from the current value. - </description> - </method> - <method name="property_get_revert"> - <return type="Variant" /> - <param index="0" name="name" type="String" /> - <description> - Returns the specified property's initial value. Returns [code]null[/code] if the property does not exist. - </description> - </method> <method name="save"> <return type="int" enum="Error" /> <description> |