diff options
-rw-r--r-- | src/script/api/script_story_page.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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. |