I'm a doctor, not a mechanic

UE1:StochasticTrigger (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT Object >> Actor >> Triggers >> StochasticTrigger
Package: 
UnrealShare
This class in other games:
RTNP, U1

StochasticTrigger.

Properties

Property group 'StochasticTrigger'

Events

Type: name

Array size: 6

What events to call (must be at least one event)

maxReCheckTime

Type: float

Try to re-trigger the event after (max amount)

minReCheckTime

Type: float

Try to re-trigger the event after (min amount)

triggerProbability

Type: float

The chance of the event occuring effect playing

Internal variables

bIsActive

Type: bool

This trigger dispacher is activated/deactivated

numEvents

Type: int

The number of events available

reTriggerTime

Type: float


triggerInstigator

Type: Actor

Who enabled this actor to dispach?

Events

BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


Timer

event Timer ()

Overrides: Actor.Timer


States

AlwaysActive

TriggeredActive

TriggeredActive.Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger (global)


TriggeredActive.UnTrigger

event UnTrigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.UnTrigger (global)