Gah - a solution with more questions. – EntropicLqd
UE2:ScriptTrigger (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- 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. |
ScriptTrigger.uc Created By: Mike Fox Created On: 8/01/00 $Author: Mfox $ $Date: 1/29/03 4:24p $ $Revision: 7 $
Properties
Property group 'ScriptTrigger'
ScriptList
Type: array<TScriptInfo>
TargetClassString
Type: string
pawn/controller class to use with TT_TargetNearest
Default value: "U2.U2NPCController"
TargetName
Type: name
TargetType
Type: ETargetType
Internal variables
CurrentScript
Type: int
Modifiers: private
Enums
ETargetType
- TT_TargetInstigator
- TT_TargetNearest
- target is nearest NPC matching specified class (pawn or controller class)
- TT_TargetTagged
- target is NPC with Tag=TargetName
Structs
TScriptInfo
Instance functions
IsUsable
Overrides: Trigger.IsUsable
TriggerActors
protected function TriggerActors (Actor TriggerSrc, class<Actor> TriggerClass, Actor Other, Pawn Instigator, name TriggerEvent, bool bTriggerNPCs)
Overrides: Triggers.TriggerActors