update luadoc description of AddScreenToTop
This commit is contained in:
@@ -3649,8 +3649,8 @@ save yourself some time, copy this for undocumented things:
|
|||||||
</Function>
|
</Function>
|
||||||
</Class>
|
</Class>
|
||||||
<Class name='ScreenManager'>
|
<Class name='ScreenManager'>
|
||||||
<Function name='AddNewScreenToTop' return='void' arguments='string sScreenName'>
|
<Function name='AddNewScreenToTop' return='void' arguments='string sScreenName, string sMessage'>
|
||||||
Adds a screen at the top of the screen stack.
|
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>
|
||||||
<Function name='GetTopScreen' return='Screen' arguments=''>
|
<Function name='GetTopScreen' return='Screen' arguments=''>
|
||||||
Gets the screen at the top of the screen stack.
|
Gets the screen at the top of the screen stack.
|
||||||
|
|||||||
Reference in New Issue
Block a user