mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +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.
|
||||
*
|
||||
* @note The value of the "size" parameter should not exceed the size of each array.
|
||||
*
|
||||
* @param what First array
|
||||
* @param with Second array
|
||||
* @param size Size of array
|
||||
|
Loading…
Reference in New Issue
Block a user