Classes

Concepts

Libraries

advertisement »

ambientSounds »

bitser »

contentPoints »

eventBoxText »

factValidity »

frameBuffer »

officeBuildingInserter »

priorityRenderer »

randomEvents »

scaling »

spritesheetParser »

statusIcons »

test3 »

util »

Objects

registerNew

Description

Registers a new engine stat.

Example

engineStats:registerNew({
	id = "performance",
	display = _T("PERFORMANCE", "Performance"),
	attractiveness = 10,
	icon = "performance",
	startLevel = 0,
	description = _T("ENGINE_PERFORMANCE_DESCRIPTION", "How well the internal systems of this game engine perform. Directly contributes to game review score."),
	barColor = color(209, 255, 183, 255)})