Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5145 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Aug 27, 2005, 2:15:44 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: one parameter-functions should be executable…. dubugging

File:
1 edited

Legend:

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

    r5143 r5145  
    3434typedef enum
    3535{
    36   ParameterNull,
    37   ParameterBool,
    38   ParameterChar,
    39   ParameterString,
    40   ParameterInt,
    41   ParameterUInt,
    42   ParameterFloat,
    43   ParameterLong,
     36  ParameterNull    = 0,
     37  ParameterBool    = 1,
     38  ParameterChar    = 2,
     39  ParameterString  = 4,
     40  ParameterInt     = 8,
     41  ParameterUInt    = 16,
     42  ParameterFloat   = 32,
     43  ParameterLong    = 64,
    4444  /* ... */
    4545} ParameterType;
Note: See TracChangeset for help on using the changeset viewer.