1
0
KF2-Dev-Scripts/Engine/Classes/SeqEvent_Destroyed.uc
2020-12-13 18:01:13 +03:00

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"
}