Update adt_array.inc

This commit is contained in:
Arron Vinyard 2022-04-10 17:43:34 -04:00 committed by GitHub
parent 83f00a920c
commit 38ae529a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ methodmap ArrayList < Handle {
// Custom sorts an ADT Array. You must pass in a comparison function. // Custom sorts an ADT Array. You must pass in a comparison function.
// //
// @param sortfunc Sort comparison function to use // @param sortfunc Sort comparison function to use
// @param data Optional Handle or data to pass through the comparison calls. // @param data Optional Handle or value to pass through the comparison calls.
public native void SortCustom(SortFuncADTArray sortfunc, any data=0); public native void SortCustom(SortFuncADTArray sortfunc, any data=0);
// Retrieve the size of the array. // Retrieve the size of the array.