|
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) |
| ISTutorialPageInfo | getCurrent () |
| void | applyPageToRichTextPanel (ISRichTextPanel tutorialPanel) |
| boolean | hasNext () |
| boolean | hasPrevious () |
| void | update (ISRichTextPanel tutorialPanel) |
| ISTutorialSetInfo () | |
| 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 |
| integer | currentPage |
| ISTutorialPageInfo[] | pages |
| Public Attributes inherited from ISBaseObject | |
| string | Type |
| table< string, table< function, unknown > > | __eventListeners |
| ISTutorialSetInfo::ISTutorialSetInfo | ( | ) |
| void ISTutorialSetInfo::addPage | ( | string | pagetitle, |
| string | pagetext, | ||
| string | moreTextInfo, | ||
| fun():boolean | pagenextcondition ) |
| void ISTutorialSetInfo::applyPageToRichTextPanel | ( | ISRichTextPanel | tutorialPanel | ) |
| ISTutorialPageInfo ISTutorialSetInfo::getCurrent | ( | ) |
| boolean ISTutorialSetInfo::hasNext | ( | ) |
| boolean ISTutorialSetInfo::hasPrevious | ( | ) |
| void ISTutorialSetInfo::initialise | ( | ) |
| void ISTutorialSetInfo::update | ( | ISRichTextPanel | tutorialPanel | ) |
| integer ISTutorialSetInfo::currentPage |
| integer ISTutorialSetInfo::pageCount |
| ISTutorialPageInfo [] ISTutorialSetInfo::pages |