3fa77b3172
It has no practical use case and just generates noise for each alpha, beta, etc.
22 lines
597 B
XML
22 lines
597 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.1">
|
|
<brief_description>
|
|
A Visual Script node returning a singleton from [@GlobalScope]
|
|
</brief_description>
|
|
<description>
|
|
A Visual Script node returning a singleton from [@GlobalScope]
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="constant" type="String" setter="set_singleton" getter="get_singleton">
|
|
The singleton's name.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|