I'm making a leaderboard to display the weapons a car has access to (up to 9). Each player has their own leaderboard (though I've been testing it with just 1 player). I want to identify the empty weapon slots and remove them from the leaderboard.
I couldn't find any "remove row" actions, but I could find a set number of rows action. I figured I'd sort the rows, put dummy numbers in the empty gun slots so they are sorted to the bottom, and then trim the number of rows to the desired number.
The problem:
Does anyone know why sorting a row wouldn't do anything? Does it only sort by player number or something?
I couldn't find any "remove row" actions, but I could find a set number of rows action. I figured I'd sort the rows, put dummy numbers in the empty gun slots so they are sorted to the bottom, and then trim the number of rows to the desired number.
The problem:
- Leaderboard - Sort Cars[playerNumber].Leaderboard by column 4, in Ascending order, with priority 1
Does anyone know why sorting a row wouldn't do anything? Does it only sort by player number or something?