Add new lua function to the docs.

This commit is contained in:
Jason Felds
2011-02-11 01:59:39 -05:00
parent c73057fc29
commit b3be2466ff
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1237,6 +1237,7 @@
</Class>
<Class name='Steps'>
<Function name='GetDescription'/>
<Function name='GetAuthorCredit'/>
<Function name='GetDifficulty'/>
<Function name='GetFilename'/>
<Function name='GetHash'/>
+3
View File
@@ -3033,6 +3033,9 @@
<Function name='GetDescription' return='string' arguments=''>
Returns the Steps description.
</Function>
<Function name='GetAuthorCredit' return='string' arguments=''>
Returns the author that made that particular Steps pattern.
</Function>
<Function name='GetDifficulty' return='Difficulty' arguments=''>
Returns the Steps difficulty.
</Function>