|
Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
|
Public Member Functions | |
| void | initialise () |
| void | addPage (string pagetitle, string pagetext, string moreTextInfo, fun():boolean pagenextcondition) |
| ISPrintMediaInfo | getCurrent () |
| void | applyPageToRichTextPanel (ISPrintMediaRichText tutorialPanel) |
| boolean | hasNext () |
| boolean | hasPrevious () |
| void | update (ISPrintMediaRichText tutorialPanel) |
| ISPrintMediaSetInfo () | |
| Public Member Functions inherited from ISBaseObject | |
| void | initialise () |
| ISBaseObject | derive (string type) |
| void | addEventListener (string _event, function _callback, unknown _target) |
| void | removeEventListener (string _event, function _callback) |
| void | triggerEvent (string _event, unknown ...) |
| void | clearEventListeners () |
| ISBaseObject () | |
Public Attributes | |
| integer | pageCount |
| number | currentPage |
| ISPrintMediaInfo[] | pages |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISPrintMediaSetInfo::ISPrintMediaSetInfo | ( | ) |
| void ISPrintMediaSetInfo::addPage | ( | string | pagetitle, |
| string | pagetext, | ||
| string | moreTextInfo, | ||
| fun():boolean | pagenextcondition ) |
| void ISPrintMediaSetInfo::applyPageToRichTextPanel | ( | ISPrintMediaRichText | tutorialPanel | ) |
| ISPrintMediaInfo ISPrintMediaSetInfo::getCurrent | ( | ) |
| boolean ISPrintMediaSetInfo::hasNext | ( | ) |
| boolean ISPrintMediaSetInfo::hasPrevious | ( | ) |
| void ISPrintMediaSetInfo::initialise | ( | ) |
| void ISPrintMediaSetInfo::update | ( | ISPrintMediaRichText | tutorialPanel | ) |
| number ISPrintMediaSetInfo::currentPage |
| integer ISPrintMediaSetInfo::pageCount |
| ISPrintMediaInfo [] ISPrintMediaSetInfo::pages |