aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisualScriptSelf.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-15 19:23:20 +0100
committerRémi Verschelde2017-11-15 21:29:33 +0100
commit677e95d8d189a62e6473b43989012a8258f193a4 (patch)
treea68e77b5d7bd8a319131e632da91f6b86acf7768 /doc/classes/VisualScriptSelf.xml
parente7701bb2de30c554f52dc9d3f0110b4001ae18ad (diff)
downloadgodot-677e95d8d189a62e6473b43989012a8258f193a4.tar.gz
godot-677e95d8d189a62e6473b43989012a8258f193a4.tar.zst
godot-677e95d8d189a62e6473b43989012a8258f193a4.zip
doc: Make all module docs self-contained
Diffstat (limited to 'doc/classes/VisualScriptSelf.xml')
-rw-r--r--doc/classes/VisualScriptSelf.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/classes/VisualScriptSelf.xml b/doc/classes/VisualScriptSelf.xml
deleted file mode 100644
index f39a02bf8..000000000
--- a/doc/classes/VisualScriptSelf.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="VisualScriptSelf" inherits="VisualScriptNode" category="Core" version="3.0-alpha">
- <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>
- <demos>
- </demos>
- <methods>
- </methods>
- <constants>
- </constants>
-</class>