Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2008, 2:44:48 AM (16 years ago)
Author:
landauf
Message:

added two more graphical classes, ParticleEmitter and ParticleSpawner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.cc

    r2040 r2065  
    7878        {
    7979            this->getGametype()->pawnPreSpawn(entity);
     80
    8081            this->spawn(entity);
     82
    8183            if (this->template_)
    8284                entity->addTemplate(this->template_);
     85
    8386            entity->postSpawn();
     87
    8488            this->getGametype()->pawnPostSpawn(entity);
     89
     90            this->fireEvent();
    8591        }
    8692        return entity;
Note: See TracChangeset for help on using the changeset viewer.