If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

LevelSummary

From SWRC Wiki
Jump to navigation Jump to search
//=============================================================================
// LevelSummary contains the summary properties from the LevelInfo actor.
// Designed for fast loading.
//=============================================================================
class LevelSummary extends Object
	native;

//-----------------------------------------------------------------------------
// Properties.

// From LevelInfo.
var() localized string Title;
var()           string Author;
var() int	IdealPlayerCount;
var() localized string LevelEnterText;


defaultproperties
{
}