summaryrefslogtreecommitdiff
path: root/doc/classes/StreamTexture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/StreamTexture.xml')
-rw-r--r--doc/classes/StreamTexture.xml19
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/classes/StreamTexture.xml b/doc/classes/StreamTexture.xml
index 2a5ad36b25..2e15070a8f 100644
--- a/doc/classes/StreamTexture.xml
+++ b/doc/classes/StreamTexture.xml
@@ -1,31 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="StreamTexture" inherits="Texture" category="Core" version="3.0-alpha">
+<class name="StreamTexture" inherits="Texture" category="Core" version="3.0-beta">
<brief_description>
+ A .stex texture.
</brief_description>
<description>
+ A texture that is loaded from a .stex file.
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
- <method name="get_load_path" qualifiers="const">
- <return type="String">
- </return>
- <description>
- </description>
- </method>
- <method name="load">
- <return type="int" enum="Error">
- </return>
- <argument index="0" name="path" type="String">
- </argument>
- <description>
- </description>
- </method>
</methods>
<members>
<member name="load_path" type="String" setter="load" getter="get_load_path">
+ The StreamTexture's filepath to a .stex file.
</member>
</members>
<constants>