summaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml
blob: f60a048845c7ede89d0d1faee53fb7e6fd924b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
	<brief_description>
		A Visual Script node returning a singleton from [@GlobalScope].
	</brief_description>
	<description>
		A Visual Script node returning a singleton from [@GlobalScope].
	</description>
	<tutorials>
	</tutorials>
	<members>
		<member name="constant" type="String" setter="set_singleton" getter="get_singleton" default="&quot;&quot;">
			The singleton's name.
		</member>
	</members>
</class>