Add ScriptStoryPageElementList to get the contents of a page
commit19135503253a54e2f097a8bf2dd4c60e98400003
authorzuu <zuu@openttd.org>
Thu, 6 Feb 2014 19:41:56 +0000 (6 19:41 +0000)
committercirdan <cirdansw@gmail.com>
Tue, 25 Feb 2014 21:12:17 +0000 (25 22:12 +0100)
treea623c19cbf34cfec799038f56344fc0ab0091944
parente2a91b3af827abf870d862fed1891eb5baa4872e
Add ScriptStoryPageElementList to get the contents of a page

(openttd r26305) -Add: [nogo] ScriptStoryPageElementList() -
a list of all story page elements for a given page

(openttd r26339) -Revert (r26305): Accidental changes to the
VS9.0 solution file disabling the x64 build.
14 files changed:
projects/openttd_vs100.vcxproj
projects/openttd_vs100.vcxproj.filters
projects/openttd_vs80.vcproj
projects/openttd_vs90.vcproj
source.list
src/game/game_instance.cpp
src/script/api/game/game_story_page.hpp.sq
src/script/api/game/game_storypageelementlist.hpp.sq [new file with mode: 0644]
src/script/api/game_changelog.hpp
src/script/api/script_story_page.cpp
src/script/api/script_story_page.hpp
src/script/api/script_storypageelementlist.cpp [new file with mode: 0644]
src/script/api/script_storypageelementlist.hpp [new file with mode: 0644]
src/script/api/template/template_storypageelementlist.hpp.sq [new file with mode: 0644]