I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:SeqAct_HealDamage (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_HealDamage
Package: 
Engine
Direct subclass:
UTSeqAct_HealDamage
This class in other games:
UT3

Properties[edit]

Property group 'SeqAct_HealDamage'[edit]

DamageType[edit]

Type: class<DamageType>


HealAmount[edit]

Type: int

Amount of healing to apply

Internal variables[edit]

Instigator[edit]

Type: Actor

player that should take credit for the healing (Controller or Pawn)

Default values[edit]

Property Value
ObjCategory "Actor"
ObjName "Heal Damage"
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "Amount"
PropertyName 'HealAmount'
VariableLinks[2]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Instigator"
PropertyName 'Instigator'