(svn r24665) -Doc [FS#5353]: [Script] Add note about the compatibility aspects of the enums in ScriptWindow.

This commit is contained in:
frosch 2012-11-05 20:03:17 +00:00
parent 3252d41dcc
commit 40c3cd46f1
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
* good rule of thumb is: either the number is always 0, or the ID of the
* object in question.
* In the comment at the widget enum, it is mentioned how the number is used.
*
* Note, that the detailed window layout is very version specific.
* Enum values might be added, changed or removed in future versions without notice
* in the changelog, and there won't be any means of compatibility.
*
* @api game
*/
class ScriptWindow : public ScriptObject {