Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ItemSortingLayer (string name, Func< ItemSortingLayer, Item[], List< int >, List< int > > method) | |
void | Validate (ref List< int > indexesSortable, Item[] inv) |
override string | ToString () |
Public Attributes | |
readonly string | Name |
readonly Func< ItemSortingLayer, Item[], List< int >, List< int > > | SortingMethod |
Definition at line 10 of file ItemSorting.cs.