Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2010, 1:54:49 PM (14 years ago)
Author:
dafrick
Message:

Adding all classes in modules/objects to Objects module (in doxygen).
Created TriggerBase which is the base class of Trigger and MultiTrigger and now provides the shared functionality and data.
Updated some of the documentation in MultiTrigger and Script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/objects/triggers/DistanceTrigger.cc

    r7301 r7601  
    2727 */
    2828
     29/**
     30    @file DistanceTrigger.cc
     31    @brief Implementation of the DistanceTrigger class.
     32    @ingroup NormalTrigger
     33*/
     34
    2935#include "DistanceTrigger.h"
    3036
     
    4652    this->targetName_ = BLANKSTRING;
    4753    this->singleTargetMode_ = false;
    48     this->setForPlayer(false); //!< Normally hasn't just players as targets.
    4954  }
    5055
Note: See TracChangeset for help on using the changeset viewer.