mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
3fa77b3172
It has no practical use case and just generates noise for each alpha, beta, etc.
30 lines
613 B
XML
30 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="EncodedObjectAsID" inherits="Reference" category="Core" version="3.1">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<demos>
|
|
</demos>
|
|
<methods>
|
|
<method name="get_object_id" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_object_id">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="id" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|