diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-12-23 19:12:28 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-12-23 19:13:10 +0100 |
commit | 435848192ea6e4fe1b6923ba3640711412bcd57d (patch) | |
tree | e4c2e9512ff94a49fb262b1ee2c9f47fc1132e47 /doc/classes/Array.xml | |
parent | c4c211c3b7608f79457f16bb42ad8839a9cdcf5a (diff) | |
download | redot-engine-435848192ea6e4fe1b6923ba3640711412bcd57d.tar.gz |
Improve the `Array.hash()` documentation
Co-authored-by: Laguzus <67963093+Laguzus@users.noreply.github.com>
Diffstat (limited to 'doc/classes/Array.xml')
-rw-r--r-- | doc/classes/Array.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 6a9eb89602..9e17ce58c2 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -318,7 +318,8 @@ <return type="int"> </return> <description> - Returns a hashed integer value representing the array contents. + Returns a hashed integer value representing the array and its contents. + [b]Note:[/b] Arrays with equal contents can still produce different hashes. Only the exact same arrays will produce the same hashed integer value. </description> </method> <method name="insert"> |