[GDExtension] Expose Variant, NodePath and StringName hash functions.
This commit is contained in:
parent
52952edafc
commit
b3bbf3db47
8 changed files with 38 additions and 5 deletions
|
|
@ -157,6 +157,12 @@
|
|||
For example, [code]"Path2D/PathFollow2D/Sprite2D:texture:load_path"[/code] has 2 subnames.
|
||||
</description>
|
||||
</method>
|
||||
<method name="hash" qualifiers="const">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the 32-bit hash value representing the [NodePath]'s contents.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_absolute" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue