Files
engine/modules/visual_script/doc_classes/VisualScriptSelf.xml
T

16 lines
535 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name="VisualScriptSelf" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
2017-10-14 20:11:00 -07:00
Outputs a reference to the current instance.
</brief_description>
<description>
2017-10-14 20:11:00 -07:00
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>
</class>