# Show Mission Archive in Missions Completed Total

Grammarshown|Show battleReportId in missions completed total
FlagsNative | Action

If this mission archive is flagged as a mission, this will determine if this mission is counted in the missions completed section of the mission archive panel.

# Arguments

Returns — void

native void BattleReportSetShownInMissionTotal(
	int inBattleReportId,
	bool inShown,
);

Category: Story / Mission Archives Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L4237
BattleReportSetShownInMissionTotal(BattleReportLastCreated(), true)
// L4240
BattleReportSetShownInMissionTotal(BattleReportLastCreated(), false)