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

MatchInfo

From SWRC Wiki
Revision as of 20:08, 11 April 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> class MatchInfo extends Object; var string LevelName; var localized string MenuName; // usually "", otherwise, override the name in the SP menus var str...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class MatchInfo extends Object;

var string LevelName;
var localized string MenuName;			// usually "", otherwise, override the name in the SP menus
var string EnemyTeamName;
var string SpecialEvent;
var float DifficultyModifier;
var float GoalScore;
var string URLString;
var string MenuDescription;
var int NumBots;				// number of bots in match, besides player
var string GameType;			// GameInfo class to use
var string ThumbName;			// name of a material (in form package.group.name) to use as the thumbnail

defaultproperties
{
}