arraycompare: Add note about size parameter.

This commit is contained in:
ArKaNeMaN 2021-07-28 14:53:05 +03:00
parent 20d802368b
commit 60ff3045d9

View File

@ -3312,6 +3312,8 @@ native arrayset(any:array[], any:value, size);
/** /**
* Compares two arrays. * Compares two arrays.
* *
* @note The value of the "size" parameter should not exceed the size of each array.
*
* @param what First array * @param what First array
* @param with Second array * @param with Second array
* @param size Size of array * @param size Size of array