Get Leaderboard Sort Method

Returns how scores are ranked on this leaderboard (Ascending or Descending).
Inputs
Pin |
Type |
Description |
|---|---|---|
Leaderboard Handle |
FSAL_LeaderboardHandle |
Handle obtained from Find or Create (must be valid). |
Outputs
Pin |
Type |
Description |
|---|---|---|
Sort Method |
Enum (Ascending / Descending) |
Ranking order used to compare scores. |
Notes
- Pure node. Pair with Display Type to format and interpret scores correctly (e.g., timeboards often use Ascending).