mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Update adt_array.inc
This commit is contained in:
parent
83f00a920c
commit
38ae529a4d
@ -219,7 +219,7 @@ methodmap ArrayList < Handle {
|
||||
// Custom sorts an ADT Array. You must pass in a comparison function.
|
||||
//
|
||||
// @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);
|
||||
|
||||
// Retrieve the size of the array.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user