1
0
KF2-Dev-Scripts/Engine/Classes/SeqEvent_LevelStartup.uc

22 lines
442 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
/**
* Event which is activated by GameInfo.StartMatch when the match begins.
* Originator: current WorldInfo
* Instigator: None
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SeqEvent_LevelStartup extends SequenceEvent
deprecated
native(Sequence);
cpptext
{
virtual USequenceObject* ConvertObject();
}
defaultproperties
{
ObjName="Level Startup"
VariableLinks.Empty
bPlayerOnly=false
}