summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorabaire <erik.abair@gmail.com>2021-01-28 12:48:12 -0800
committerErik Abair <erik.abair@gmail.com>2021-02-24 08:22:27 -0800
commit61cc1c8624cdf2ef56b807c70f76dd96cc0ebcb7 (patch)
tree6e941c9222b788269c31352afeda108254e918fb /doc/classes
parente5bb89cdd5e92fa6fdeff78aad08bf0cbfbcc692 (diff)
Relaxes Node naming constraints in glTF documents to match the Editor.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/String.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index c03f6357ab..ac389b0fbf 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -887,6 +887,13 @@
[/codeblocks]
</description>
</method>
+ <method name="validate_node_name">
+ <return type="String">
+ </return>
+ <description>
+ Removes any characters from the string that are prohibited in [Node] names ([code].[/code] [code]:[/code] [code]@[/code] [code]/[/code] [code]"[/code]).
+ </description>
+ </method>
<method name="xml_escape">
<return type="String">
</return>