I don't need to test my programs. I have an error-correcting modem.
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 this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
StochasticTrigger.
[edit] Properties
[edit] Property group 'StochasticTrigger'
[edit] Events
Type: name
Array size: 6
What events to call (must be at least one event)
[edit] maxReCheckTime
Type: float
Try to re-trigger the event after (max amount)
[edit] minReCheckTime
Type: float
Try to re-trigger the event after (min amount)
[edit] triggerProbability
Type: float
The chance of the event occuring effect playing
[edit] Internal variables
[edit] bIsActive
Type: bool
This trigger dispacher is activated/deactivated
[edit] numEvents
Type: int
The number of events available
[edit] reTriggerTime
Type: float
[edit] triggerInstigator
Type: Actor
Who enabled this actor to dispach?
[edit] Events
[edit] BeginPlay
event BeginPlay ()
Overrides: Actor.BeginPlay
[edit] Timer
event Timer ()
Overrides: Actor.Timer
[edit] States
[edit] AlwaysActive
[edit] TriggeredActive
[edit] TriggeredActive.Trigger
Overrides: Actor.Trigger (global)
[edit] TriggeredActive.UnTrigger
Overrides: Actor.UnTrigger (global)
