2d20fc39aa
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
20 lines
587 B
XML
20 lines
587 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" version="3.2">
|
|
<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>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="constant" type="String" setter="set_singleton" getter="get_singleton" default="""">
|
|
The singleton's name.
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|