MLWindow
Parent: Window
Table of Content
- MLNodeClick
- BeginDoogie(fRate)
- GetContentSize()
- IsReadyToDraw()
- PauseDoogie(bPauseDoogie)
- SetAML(strAMLString)
- SetDoc(pDoc)
- SetHeightToContentHeight(nBuffer)
- StopDoogie()
Event
MLNodeClick
Params
- wndHandler (Window) - The window that fires the event
- wndControl (Window) - The window control with the event happened
Method
BeginDoogie(fRate)
Description
Starts printing text character by character at a rate of fRate.
Params
- fRate (Float) - (Default value: 50.f)
Method
GetContentSize()
Description
Does lua_pushintegers of the caller's size.x and size.y as integers.
Method
IsReadyToDraw()
Description
Does a lua_pushboolean if there is a wait for load as a boolean.
Method
PauseDoogie(bPauseDoogie)
Description
Pauses a character by character text printing animation if bPauseDoogie is true.
Params
- bPauseDoogie (Bool)
Method
SetAML(strAMLString)
Description
Sets the caller's m_doc's text to a UTF8ToUCS2 conversion of sAMLString.
Params
- strAMLString (String)
Method
SetDoc(pDoc)
Description
Sets the caller's m_doc's doc to pDoc and parses the doc.
Params
- pDoc (XmlDocumentRef)
Method
SetHeightToContentHeight(nBuffer)
Description
Sets the caller's height size to iBuffer. Does lua_pushintegers of the caller's size.x and size.y as integers.
Params
- nBuffer (INT32)
Method
StopDoogie()
Description
Stops a character by character text printing animation.