Home
last modified time | relevance | path

Searched defs:story_page_id (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_story_page.cpp30 /* static */ bool ScriptStoryPage::IsValidStoryPage(StoryPageID story_page_id) in IsValidStoryPage()
61 …ScriptStoryPage::StoryPageElementID ScriptStoryPage::NewElement(StoryPageID story_page_id, StoryPa… in NewElement()
144 /* static */ uint32 ScriptStoryPage::GetPageSortValue(StoryPageID story_page_id) in GetPageSortValue()
158 /* static */ bool ScriptStoryPage::SetTitle(StoryPageID story_page_id, Text *title) in SetTitle()
168 /* static */ ScriptCompany::CompanyID ScriptStoryPage::GetCompany(StoryPageID story_page_id) in GetCompany()
178 /* static */ ScriptDate::Date ScriptStoryPage::GetDate(StoryPageID story_page_id) in GetDate()
186 /* static */ bool ScriptStoryPage::SetDate(StoryPageID story_page_id, ScriptDate::Date date) in SetDate()
195 /* static */ bool ScriptStoryPage::Show(StoryPageID story_page_id) in Show()
203 /* static */ bool ScriptStoryPage::Remove(StoryPageID story_page_id) in Remove()
H A Dscript_storypageelementlist.cpp16 ScriptStoryPageElementList::ScriptStoryPageElementList(ScriptStoryPage::StoryPageID story_page_id) in ScriptStoryPageElementList()
H A Dscript_object.cpp218 /* static */ void ScriptObject::SetNewStoryPageID(StoryPageID story_page_id) in SetNewStoryPageID()