Merging of the SSCNotes branch to default.

This commit is contained in:
Jason Felds
2011-02-11 22:59:30 -05:00
35 changed files with 2085 additions and 160 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>