Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5362 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Oct 11, 2005, 1:36:08 AM (19 years ago)
Author:
bensch
Message:

oroxnox/trunk: gui extends element2D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r5304 r5362  
    4141 * The first two: 1,2 superclass identifiers to
    4242 * The second three are for subclasses with inheritance:
    43  * the first of these numbers is defining the subclassType, it may be anything between 1-a
    44  * The following two may not be the same in any way,
    45  * eg. the bits may not intersect (no 1, 2 and a 3; 1,2 and 4 would be ok)
     43 *  the first of these numbers is defining the subclassType, it may be anything between 1-a
     44 *  The following two may not be the same in any way,
     45 * eg. the bits may not intersect (no 1, 2 and a 3; 01, 02 and 04, 08, 10 would be ok)
    4646 * The last three entries are for any classes in existence eg. SkyBox and so on
    4747 *
     
    8181  CL_WEAPON                     =    0x00120000,
    8282
    83   // subsuper-classes derivations taken : 1, a, b.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     83  // subsuper-classes derivations taken : 1, 5, a, b.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8484
    8585  // lowest level classes
     
    172172  CL_ENVIRONMENT                =    0x00000810,
    173173  CL_SHADER                     =    0x00000811,
    174   // GL-menu
    175   CL_GLMENU_IMAGE_SCREEN        =    0x00000901,
     174  // GL-GUI
     175  CL_GLGUI_WIDGET               =    0x00501901,
     176
     177
     178
     179  CL_GLMENU_IMAGE_SCREEN        =    0x00000902,
    176180
    177181  // sound stuff (range from 0x00000a00 to 0x00000aff)
Note: See TracChangeset for help on using the changeset viewer.