# Set Mission Archive Research Title

Grammar — Set the research target title of battleReportId to text
FlagsNative | Action

Sets the research title for the specified mission archive.

# Arguments

Returns — void

native void BattleReportSetResearchTitle(
	int inBattleReportId,
	text inText,
);

Category: Story / Mission Archives Panel

# Examples

campaigns/libertystory.sc2campaignbase.sc2data/TriggerLibs/CampaignLib.galaxy:4210


    if (((lv_researchPointZergMax > 0) || (lv_researchPointProtMax > 0))) {
        BattleReportSetResearchTitle(BattleReportLastCreated(), StringExternal("Param/Value/lib_Camp_CE047F63"));
        lv_researchText = StringToText("");
        if ((lv_researchPointZergMax > 0)) {