diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -535,6 +535,11 @@ Here's a list of the methods supported: <td>—</td> <td>Reverses the effects of the <code>destroy()</code> method, restoring the UI and listeners.</td> </tr> + <tr> + <td><code>getCurrentTime()</code></td> + <td>—</td> + <td>Will return a float with the current time in seconds.</td> + </tr> </tbody> </table> |