summaryrefslogtreecommitdiff
path: root/doc/classes/VisualScriptResourcePath.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/VisualScriptResourcePath.xml')
-rw-r--r--doc/classes/VisualScriptResourcePath.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/classes/VisualScriptResourcePath.xml b/doc/classes/VisualScriptResourcePath.xml
deleted file mode 100644
index e4b881b659..0000000000
--- a/doc/classes/VisualScriptResourcePath.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<class name="VisualScriptResourcePath" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
- <brief_description>
- </brief_description>
- <description>
- </description>
- <tutorials>
- </tutorials>
- <demos>
- </demos>
- <methods>
- <method name="get_resource_path">
- <return type="String">
- </return>
- <description>
- </description>
- </method>
- <method name="set_resource_path">
- <return type="void">
- </return>
- <argument index="0" name="path" type="String">
- </argument>
- <description>
- </description>
- </method>
- </methods>
- <members>
- <member name="path" type="String" setter="set_resource_path" getter="get_resource_path">
- </member>
- </members>
- <constants>
- </constants>
-</class>