update luadoc description of AddScreenToTop

This commit is contained in:
AJ Kelly
2012-01-08 01:19:42 -06:00
parent 0d546a48c3
commit ed42c53942
+2 -2
View File
@@ -3649,8 +3649,8 @@ save yourself some time, copy this for undocumented things:
</Function>
</Class>
<Class name='ScreenManager'>
<Function name='AddNewScreenToTop' return='void' arguments='string sScreenName'>
Adds a screen at the top of the screen stack.
<Function name='AddNewScreenToTop' return='void' arguments='string sScreenName, string sMessage'>
Adds a screen at the top of the screen stack. (<code>sMessage</code> is an optional ScreenMessage posted once the new screen is finished.)
</Function>
<Function name='GetTopScreen' return='Screen' arguments=''>
Gets the screen at the top of the screen stack.