[splittiming] PlayerOptions -> HasTimingChanges.

Steps gained most of the functionality and lua doc.
Leaving song version in: may still have a use
thanks to #DISPLAYBPM.
This commit is contained in:
Jason Felds
2011-05-15 14:05:02 -04:00
parent 9ffe6166e2
commit 640f8fe9fc
5 changed files with 28 additions and 1 deletions
+5
View File
@@ -120,6 +120,11 @@ public:
/** @brief Timing data */
TimingData m_Timing;
/**
* @brief Determine if the Steps have any major timing changes during gameplay.
* @return true if it does, or false otherwise. */
bool HasSignificantTimingChanges() const;
// Lua
void PushSelf( lua_State *L );