15 lines
359 B
Ucode
15 lines
359 B
Ucode
/**
|
|
* Event which is activated when an actor is destroyed.
|
|
* Originator: the Actor that was destroyed.
|
|
* Instigator: the Actor that was destroyed
|
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
|
*/
|
|
class SeqEvent_Destroyed extends SequenceEvent
|
|
native(Sequence);
|
|
|
|
defaultproperties
|
|
{
|
|
ObjName="Destroyed"
|
|
ObjCategory="Actor"
|
|
}
|