From ebcc8462b7d09d36ff74843748ab5277a81bc409 Mon Sep 17 00:00:00 2001 From: zuu Date: Thu, 6 Feb 2014 19:24:01 +0000 Subject: (svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements --- src/script/api/script_story_page.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/script/api/script_story_page.hpp b/src/script/api/script_story_page.hpp index b98864e16..149ac55b8 100644 --- a/src/script/api/script_story_page.hpp +++ b/src/script/api/script_story_page.hpp @@ -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. -- cgit v1.2.3-54-g00ecf