Added GetNumLockedSongs() Lua binding.
This gets the number of songs that are locked for any reason. I wonder why the unlocked songs functions say that songs locked by unlock entries are counted there, but fair enough.
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
* @brief Retrieve the number of songs in the game.
|
||||
* @return the number of songs. */
|
||||
int GetNumSongs() const;
|
||||
int GetNumLockedSongs() const;
|
||||
int GetNumUnlockedSongs() const;
|
||||
int GetNumSelectableAndUnlockedSongs() const;
|
||||
int GetNumAdditionalSongs() const;
|
||||
|
||||
Reference in New Issue
Block a user