I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:Jumper (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- UnrealShare
- This class in other games:
- RTNP, 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. |
Jumper. Creatures will jump on hitting this trigger in direction specified
Properties[edit]
Property group 'Jumper'[edit]
bOnceOnly[edit]
Type: bool
JumpZ[edit]
Type: float
LimitedToClass[edit]
Type: class<ScriptedPawn>
Internal variables[edit]
Pending[edit]
Type: ScriptedPawn
Default values[edit]
Property | Value |
---|---|
bDirectional | True |
Events[edit]
Timer[edit]
event Timer ()
Overrides: Actor.Timer
Touch[edit]
event Touch (Actor Other)
Overrides: Actor.Touch