xoreos  0.0.5
gff4fields.h
Go to the documentation of this file.
1 /* xoreos - A reimplementation of BioWare's Aurora engine
2  *
3  * xoreos is the legal property of its developers, whose names
4  * can be found in the AUTHORS file distributed with this source
5  * distribution.
6  *
7  * xoreos is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 3
10  * of the License, or (at your option) any later version.
11  *
12  * xoreos is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with xoreos. If not, see <http://www.gnu.org/licenses/>.
19  */
20 
25 #ifndef AURORA_GFF4FIELDS_H
26 #define AURORA_GFF4FIELDS_H
27 
28 namespace Aurora {
29 
30 namespace GFF4FieldNamesEnum {
31 
33  kGFF4Tag = 1,
34  kGFF4Name = 2,
54  kGFF4Text = 22,
56 
63 
65  kGFF4ItemCost = 1001,
68  kGFF4ItemPlot = 1004,
84 
92 
93  kGFF4EnvWorld = 3000,
99 
100  kGFF4EnvArea = 3010,
120 
121  kGFF4EnvRoom = 3030,
147 
152 
160 
174 
194 
196 
200 
203 
207 
209 
211 
213 
217 
220 
222 
224 
236 
245 
250 
252 
256 
260 
267 
278 
285 
287 
290 
298 
303 
309 
312 
315  kGFF4EnvSp = 3304,
317 
320 
328 
330 
335 
346 
347  kGFF4EnvTree = 3350,
377 
391 
401 
437 
438  kGFF4LvlWind = 3700,
462 
466 
471 
474 
478 
520 
543 
546 
550 
578 
584 
589 
592 
596 
611 
619 
624 
627 
629 
640 
642 
651 
660 
662 
668 
675 
677 
680 
682 
685 
687 
689 
690  kGFF4MMHName = 6000,
694  kGFF4MMHID = 6004,
939 
944 
946 
950 
968 
971 
973 
975 
977 
981 
992 
995 
997 
999 
1002 
1006 
1008 
1011 
1014 
1019 
1035 
1037 
1041 
1043 
1047 
1050 
1054 
1056 
1062 
1064 
1066 
1069 
1148 
1158 
1194 
1221 
1225 
1231 
1331 
1432 
1533 
1535 
1546 
1552 
1555 
1558 
1560 
1579 
1585 
1587 
1589 
1597  kGFF4PlotGuid = 13007,
1598  kGFF4PlotName = 13008,
1616 
1627 
1630 
1631  kGFF4MatRoot = 15010,
1633  kGFF4MatModel = 15012,
1635  kGFF4MatPart = 15014,
1642  kGFF4MatLight = 15021,
1648  kGFF4MatGroup = 15027,
1665 
1670  kGFF4MatHair = 15054,
1673  kGFF4MatName = 15057,
1677 
1687 
1693 
1699 
1715 
1721 
1724 
1729 
1732 
1751 
1756 
1765 
1767 
1777 
1783 
1789 
1795 
1801 
1807 
1813 
1819 
1826 
1827  kGFF4MatSun = 15460,
1832 
1838 
1843 
1848 
1854 
1860 
1865 
1870 
1876 
1881 
1886 
1891 
1896 
1901 
1906 
1914 
1924 
1936 
1950 
1955 
1963 
1967 
1974 
1986 
1990 
2003 
2018 
2043 
2046 
2050 
2056 
2072 
2081 
2085 
2093 
2100 
2108 
2120 
2146 
2148 
2151 
2154 
2157 
2159 
2163 
2165 
2192 
2198 
2201 
2205 
2215 
2217 
2233 
2241 
2250 
2253 
2260 
2264 
2270 
2278 
2288 
2290 
2294 
2297 
2317 
2327 
2349 
2358 
2379 
2383 
2385 
2392 
2414 
2419 
2445 
2450 
2456 
2458 
2463  kGFF4VFXRoot = 21004,
2465  kGFF4VFXType = 21006,
2469  kGFF4VFXValue = 21010,
2519 
2524 
2527 
2529 
2532 
2539 
2546 
2552 
2560 
2561  kGFF4VFXEvent = 21150,
2566 
2574 
2578 
2585 
2587 
2592 
2601 
2605 
2606  kGFF4VFXRange = 21196,
2607 
2610 
2612 
2621 
2622  kGFF4WndRoot = 22000,
2625 
2629 
2634 
2636 
2644 
2649 
2661 
2662  kGFF4AtmoData = 22500,
2680 
2688 
2693 
2717 
2718  kGFF4MapTag = 24000,
2719  kGFF4MapType = 24001,
2729  kGFF4MapMaps = 24011,
2739 
2743 
2756 
2769 
2781 
2782  kGFF4CharMOP = 250100,
2783  kGFF4CharApp = 250101,
2785  kGFF4CharRace = 250103,
2786  kGFF4CharClass = 250104,
2787  kGFF4CharBack = 250105,
2790  kGFF4CharName = 250108,
2795 };
2796 
2797 } // End of namespace GFF4FieldNamesEnum
2798 
2799 using namespace GFF4FieldNamesEnum;
2800 
2801 } // End of namespace Aurora
2802 
2803 #endif // AURORA_GFF4FIELDS_H