mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
arraycompare: Add note about size
parameter.
This commit is contained in:
parent
20d802368b
commit
60ff3045d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user