Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_SortCompare< Class T > Interface Template Reference

Static Public Member Functions

static int Compare (T left, T right)
 Must return result of comparison operation.
 

Member Function Documentation

◆ Compare()

static int SCR_SortCompare< Class T >.Compare ( T left,
T right )
static

Must return result of comparison operation.

For ascending order results with invert = false, "left < right" operation must be performed. It must return exactly 1 or 0!


The documentation for this interface was generated from the following file: