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

LevelSummary

From SWRC Wiki
Revision as of 20:05, 11 April 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> //============================================================================= // LevelSummary contains the summary properties from the LevelInfo actor. /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
{
}