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/DistanceMultiTrigger.cc

    r7301 r7601  
    3030    @file DistanceMultiTrigger.cc
    3131    @brief Implementation of the DistanceMultiTrigger class.
     32    @ingroup MultiTrigger
    3233*/
    3334
     
    3637#include "core/CoreIncludes.h"
    3738#include "core/XMLPort.h"
     39
    3840#include "DistanceTriggerBeacon.h"
    3941
     
    131133            if(this->singleTargetMode_)
    132134            {
    133                 // If the object that is a target is no DistanceTriggerBeacon, then the DistanceMultiTrigger can't be in single-target-mode.
     135                // If the object that is a target is no DistanceTriggerBeacon, then the DistanceMultiTrigger can't be in single-target mode.
    134136                if(!entity->isA(ClassIdentifier<DistanceTriggerBeacon>::getIdentifier()))
    135137                {
Note: See TracChangeset for help on using the changeset viewer.