godot/modules/visual_script/doc_classes/VisualScriptPreload.xml

25 lines
634 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 02:03:48 +01:00
<class name="VisualScriptPreload" inherits="VisualScriptNode" version="4.0">
<brief_description>
2017-10-15 20:48:13 +02:00
Creates a new [Resource] or loads one from the filesystem.
</brief_description>
<description>
2017-10-15 20:48:13 +02:00
Creates a new [Resource] or loads one from the filesystem.
[b]Input Ports:[/b]
none
[b]Output Ports:[/b]
- Data (object): [code]res[/code]
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
2019-07-15 20:42:47 +02:00
<member name="resource" type="Resource" setter="set_preload" getter="get_preload">
2017-10-15 20:48:13 +02:00
The [Resource] to load.
</member>
</members>
<constants>
</constants>
</class>