Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7198 in orxonox.OLD for trunk/src/world_entities/spawning_point.cc


Ignore:
Timestamp:
Mar 8, 2006, 2:30:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Default Values… they now too are in MultiType instead of (count, …) or (count, va_arg) style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/spawning_point.cc

    r7193 r7198  
    7676  LoadParam(root, "frequency", this, SpawningPoint, setSpawningFrequency)
    7777  .describe("sets the frequency of the spawning point")
    78   .defaultValues(1, 1.0f);
     78  .defaultValues(1.0f);
    7979
    8080
     
    8282  LoadParam(root, "randomseed", this, SpawningPoint, setPositionSeed)
    8383      .describe("sets the random position seed (variance in the spawning location around the position)")
    84       .defaultValues(1, 0.0f);
     84      .defaultValues(0.0f);
    8585
    8686  /* now load the seed */
    8787/*  LoadParam(root, "classid", this, SpawningPoint, setSpawningEntity)
    8888      .describe("sets the class id of the entity to spawn")
    89       .defaultValues(1, CL_WORLD_ENTITY);*/
     89      .defaultValues(CL_WORLD_ENTITY);*/
    9090}
    9191
Note: See TracChangeset for help on using the changeset viewer.