Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Activated when a certain amount of damage is taken. Allows the designer to define how much and which types of damage should be be required (or ignored). Originator: the actor that was damaged Instigator: the actor that did the damaging Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceEvent | +-- Engine.SeqEvent_TakeDamage
Variables Summary | |
---|---|
float | CurrentDamage |
SeqEvent_TakeDamage | |
float | DamageThreshold |
array<class<DamageType>> | DamageTypes |
array<class<DamageType>> | IgnoreDamageTypes |
float | MinDamageAmount |
Inherited Variables from Engine.SequenceEvent |
---|
ActivationTime, bClientSideOnly, bEnabled, bPlayerOnly, bRegistered, Instigator, MaxTriggerCount, MaxWidth, Originator, Priority, QueuedActivations, ReTriggerDelay, TriggerCount |
Inherited Variables from Engine.SequenceOp |
---|
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
Structures Summary |
---|
Inherited Structures from Engine.SequenceEvent |
---|
QueuedActivationInfo |
Inherited Structures from Engine.SequenceOp |
---|
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
Functions Summary | ||
---|---|---|
![]() | HandleDamage (Actor inOriginator, Actor inInstigator, class<DamageType> inDamageType, int inAmount)) | |
![]() | bool | IsValidDamageType (class<DamageType> inDamageType)) |
![]() | Reset ())) |
Inherited Functions from Engine.SequenceEvent |
---|
CheckActivate, RegisterEvent, Reset, Toggled |
Inherited Functions from Engine.SequenceOp |
---|
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
Variables Detail |
---|
Current damage amount
Total amount of damage to take before activating the event
Types of damage that are counted
Types of damage that are ignored
Damage must exceed this value to be counted
Functions Detail |
---|
Applies the damage and checks for activation of the event.
Searches DamageTypes[] for the specified damage type. Default case is to return true for no damage types listed. This makes workflow a lot faster as you do not need to add a damage type each time you use this event.
Defaultproperties |
---|
defaultproperties { DamageThreshold=100.000000 VariableLinks(1)=(ExpectedType=Class'Engine.SeqVar_Float',LinkDesc="Damage Taken",bWriteable=True,MinVars=1,MaxVars=255) ObjClassVersion=3 ObjName="Take Damage" ObjCategory="Actor" Name="Default__SeqEvent_TakeDamage" ObjectArchetype=SequenceEvent'Engine.Default__SequenceEvent' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |