I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:TeamTrigger (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- BotPack
- This class in other games:
- UE2Runtime, UT2003, UT2004, U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
TeamTrigger: triggers for all except pawns with matching team
Properties
Property group 'TeamTrigger'
bTimed
Type: bool
Team
Type: byte
Functions
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: Trigger.PostBeginPlay
TakeDamage
event TakeDamage (int Damage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, name damageType)
Overrides: Trigger.TakeDamage
Timer
event Timer ()
Overrides: Trigger.Timer
Other instance functions
IsRelevant
Overrides: Trigger.IsRelevant