b68dd2e189
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
23 lines
1,021 B
XML
23 lines
1,021 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="VisualScriptClassConstant" inherits="VisualScriptNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
Gets a constant from a given class.
|
|
</brief_description>
|
|
<description>
|
|
This node returns a constant from a given class, such as [constant TYPE_INT]. See the given class' documentation for available constants.
|
|
[b]Input Ports:[/b]
|
|
none
|
|
[b]Output Ports:[/b]
|
|
- Data (variant): [code]value[/code]
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<members>
|
|
<member name="base_type" type="StringName" setter="set_base_type" getter="get_base_type" default="&"Object"">
|
|
The constant's parent class.
|
|
</member>
|
|
<member name="constant" type="StringName" setter="set_class_constant" getter="get_class_constant" default="&""">
|
|
The constant to return. See the given class for its available constants.
|
|
</member>
|
|
</members>
|
|
</class>
|