# Set Victory Panel Summary Background Image

Grammar — Set the summary background image of the victory panel to filePath
FlagsNative | Action

Sets the background image of the summary section of the victory panel.

# Arguments

  • string [ filepath ] — File Path

Returns — void

native void VictoryPanelSetSummaryBackgroundFilePath(
	string inFilePath,
);

Category: Story / Victory Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L10052
VictoryPanelSetSummaryBackgroundFilePath(libCamp_gf_MissionLoadingScreenImage(lp_mission))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L5475
VictoryPanelSetSummaryBackgroundFilePath("Assets\\Textures\\ui_void_loading_epilogue02.dds")