We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b0eb4 commit 83f00a9Copy full SHA for 83f00a9
plugins/include/adt_array.inc
@@ -219,8 +219,8 @@ methodmap ArrayList < Handle {
219
// Custom sorts an ADT Array. You must pass in a comparison function.
220
//
221
// @param sortfunc Sort comparison function to use
222
- // @param hndl Optional Handle to pass through the comparison calls.
223
- public native void SortCustom(SortFuncADTArray sortfunc, Handle hndl=INVALID_HANDLE);
+ // @param data Optional Handle or data to pass through the comparison calls.
+ public native void SortCustom(SortFuncADTArray sortfunc, any data=0);
224
225
// Retrieve the size of the array.
226
property int Length {
0 commit comments