[GDExtension] Expose Variant, NodePath and StringName hash functions.

This commit is contained in:
bruvzg
2022-06-06 12:19:56 +03:00
parent 52952edafc
commit b3bbf3db47
8 changed files with 38 additions and 5 deletions
+8
View File
@@ -32,6 +32,14 @@
</description>
</constructor>
</constructors>
<methods>
<method name="hash" qualifiers="const">
<return type="int" />
<description>
Returns the 32-bit hash value representing the [StringName]'s contents.
</description>
</method>
</methods>
<operators>
<operator name="operator !=">
<return type="bool" />