# Mission Archives Panel Selection Changed

Grammar — Player player changes the active selection in the Mission Archives Panel
FlagsNative | Event

This event fires when a player changes the active selection in the mission archives panel.

# Arguments

  • int — Player

Returns — void

native void TriggerAddEventBattleReportPanelSelectionChanged(
	trigger t,
	int inPlayer,
);

Category: Story / Mission Archives Panel

# Examples

# campaigns/swarmstoryutil.sc2mod

Lib281DEC45.galaxy

// L6130
TriggerAddEventBattleReportPanelSelectionChanged(lib281DEC45_gt_ZSS_UIArchivesSelectionChanged, c_playerAny)

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L7055
TriggerAddEventBattleReportPanelSelectionChanged(libVCUI_gt_PU_ArchivesSelectionChanged, c_playerAny)

# mods/missionpacks/novacampaign.sc2mod

LibNCUI.galaxy

// L4298
TriggerAddEventBattleReportPanelSelectionChanged(libNCUI_gt_NU_ArchivesSelectionChanged, c_playerAny)

# mods/voidprologue.sc2mod

LibA3DDD02B.galaxy

// L9705
TriggerAddEventBattleReportPanelSelectionChanged(libA3DDD02B_gt_PP_ArchivesSelectionChanged, c_playerAny)