(svn r26302) -Doc: [nogo] ScriptStory::Remove does remove both the page and its elements

This commit is contained in:
zuu 2014-02-06 19:24:01 +00:00
parent fa7eb6dc8c
commit ebcc8462b7

View File

@ -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.