I don't need to test my programs. I have an error-correcting modem.
Legacy:Triggers (UT)
This is the base class of a number of actors designed to do unique things when they are touched and/or triggered. Some subclasses are used to handle the passage of events, while others are used to perform specific tasks that are commonly needed. The base Triggers class has no functionality of its own.
For a summary of what the various classes are used for, see Types of Trigger. For more information and tutorials see the Dynamics topic page.
Triggers for Other Games and Engines[edit]
See Triggers (UT2003) for the UT200x version of this class.
Known Subclasses[edit]
Triggers +- BioFear (UT only) +- CodeTrigger +- Counter +- Dispatcher +- DistanceViewTrigger (UT only) +- ElevatorTrigger +- FadeViewTrigger (UT only) +- FatnessTrigger +- FearSpot +- Jumper +- Kicker (UT only) | +- Trampoline (Custom Script) +- MusicEvent +- RoundRobin +- ScreenTrigger (primary actor for the Screen script package) +- SpecialEvent +- StochasticTrigger +- TranslatorEvent +- Trigger | +- TeamTrigger | +- TimedTrigger (UT) | +- ZoneTrigger +- TriggeredDeath +- TriggeredTexture (UT only) +- UT_Jumper (Custom script) - Works on Bots instead of Monsters.
Related Topics[edit]
- the Triggers parent page
- Trigger Systems
- Match These Tags
Category:Legacy To Do – Combine all Triggers pages into one that looks like all the other multi-version class pages. Include property, function, event and state definitions. Include standard class tree.