I'm a doctor, not a mechanic

UE1:FatnessTrigger (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
RTNP Object >> Actor >> Triggers >> FatnessTrigger

Contents

Package: 
UnrealI
This class in other games:
U1, UT

FatnessTrigger When triggered, alters the fatness of an actor from one state to another, over a set time interval.

[edit] Properties

[edit] Property group 'FatnessTrigger'

[edit] ChangeTime

Type: float

How long does the change take?

[edit] EndFatness

Type: int

The final fatness of the object

[edit] FatTag

Type: name

Tag of object to recieve Fattening/UnFattening

[edit] StartFatness

Type: int

The initial fatness of the object

[edit] Internal variables

[edit] FatActor

Type: Actor


[edit] TimePassed

Type: float


[edit] Events

[edit] BeginPlay

event BeginPlay ()

Overrides: Actor.BeginPlay


[edit] Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick


[edit] Trigger

event Trigger (Actor Other, Pawn EventInstigator)

Overrides: Actor.Trigger