Gah - a solution with more questions. – EntropicLqd
UE1:StochasticTrigger (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
- Package:
- UnrealShare
- This class in other games:
- U1, UT
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. |
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
Overrides: Actor.Trigger (global)
TriggeredActive.UnTrigger
Overrides: Actor.UnTrigger (global)