Changeset - r21214:f65cf75d5291
[Not reviewed]
master
0 1 0
zuu - 10 years ago 2014-02-06 19:24:01
zuu@openttd.org
(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_story_page.hpp
Show inline comments
 
@@ -140,7 +140,8 @@ public:
 
	static bool Show(StoryPageID story_page_id);
 

	
 
	/**
 
	 * Remove a story page from the list.
 
	 * Remove a story page and all the page elements
 
	 * associated with it.
 
	 * @param story_page_id The story page to remove.
 
	 * @return True if the action succeeded.
 
	 * @pre No ScriptCompanyMode may be in scope.
0 comments (0 inline, 0 general)