From 05a7a24d88f848c62c2cbf73b3ef4aee8afc2fe0 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 11 Jun 2011 16:24:38 -0400 Subject: [PATCH] Make the GetPlayerTimingData() binding official. Hmm...did we never document the Player class in LuaDocumentation.xml? --- Docs/Changelog_sm5.txt | 1 + Docs/Luadoc/Lua.xml | 2 ++ Docs/Luadoc/LuaDocumentation.xml | 3 +++ 3 files changed, 6 insertions(+) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 41d20316ae..4e2237edd8 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -16,6 +16,7 @@ StepMania 5.0 Preview 2 | 20110??? * [SongUtil] Added GetPlayableSteps(Song) Lua binding. [AJ] * [Steps] Allow 255 characters for all chart descriptions, including edits. We are no longer bound by In The Groove I think. [Wolfman2000] +* [Player] Add GetPlayerTimingData() Lua binding. [Wolfman2000] 2011/06/10 ---------- diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 4ad7b93c44..f88325bed1 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -890,6 +890,7 @@ + @@ -1522,6 +1523,7 @@ + diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index b0bd9a2393..30e4ff0436 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -437,6 +437,9 @@ + + Gets the playable Steps for the present Song based on the present Game. + Returns true if the song's steps (st) are playable.