summaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptSelf.xml
blob: bb24f158c127b1a8710de24991d0ff176c311b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptSelf" inherits="VisualScriptNode" version="4.0">
	<brief_description>
		Outputs a reference to the current instance.
	</brief_description>
	<description>
		Provides a reference to the node running the visual script.
		[b]Input Ports:[/b]
		none
		[b]Output Ports:[/b]
		- Data (object): [code]instance[/code]
	</description>
	<tutorials>
	</tutorials>
	<methods>
	</methods>
	<constants>
	</constants>
</class>