Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/objects/triggers/CMakeLists.txt @ 6906

Last change on this file since 6906 was 6906, checked in by dafrick, 14 years ago

Added DistanceTriggerBeacon, which is a device which can be attached to objects to trigger a DistanceTrigger (both the (single) DistanceTrigger and DistanceMultiTrigger) based on the name of the DistanceTri$
Also some minor adjustements in QuestEffectBeacon: Removed some output and adjusted the outputlevel of some other output.
And started working on PickupInventory again (though no significant changes yet).

  • Property svn:eol-style set to native
File size: 226 bytes
Line 
1ADD_SOURCE_FILES(OBJECTS_SRC_FILES
2  CheckPoint.cc
3  DistanceMultiTrigger.cc
4  DistanceTrigger.cc
5  DistanceTriggerBeacon.cc
6  EventMultiTrigger.cc
7  EventTrigger.cc
8  MultiTrigger.cc
9  MultiTriggerContainer.cc
10  Trigger.cc
11)
Note: See TracBrowser for help on using the repository browser.