Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8193 in orxonox.OLD for branches/script_engine/src/defs


Ignore:
Timestamp:
Jun 7, 2006, 3:04:14 PM (18 years ago)
Author:
snellen
Message:

script_engine: swapping to integrate into the ORXONOX framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/defs/class_id.h

    r8035 r8193  
    8383
    8484  CL_WORLD_ENTITY               =    0x40000000,
    85 
    86   CL_RESOURCE                   =    0x80000000,
    8785
    8886  /// subsuper-classes
     
    238236  CL_AMMO_CONTAINER             =    0x00000604,
    239237  CL_HUD                        =    0x00000620,
     238 
     239 
     240  CL_SCRIPT_MANAGER             =    0x00000650,
     241  CL_SCRIPT                     =    0x00000651,
     242  CL_SCRIPTABLE                 =    0x00000652,
     243  CL_SCRIPT_TRIGGER             =    0x00000652,
    240244
    241245
Note: See TracChangeset for help on using the changeset viewer.