# Set Victory Panel Background Image

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

Sets the background image of the victory panel.

# Arguments

  • string<filepath> — File Path

Returns — void

native void VictoryPanelSetBackgroundFilePath(
	string inFilePath,
);

Category: Story / Victory Panel

# Examples

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

    libCamp_gf_CreateStoryModeTransitionSave((libCamp_gf_MissionName(lp_mission) + StringExternal("Param/Value/lib_Camp_D67253F3")), StringToText(""));
    VictoryPanelSetMissionTimeTitle(StringExternal("Param/Value/lib_Camp_E100AD56"));
    VictoryPanelSetBackgroundFilePath(libCamp_gf_TS_SetVictoryScreenBackground(lp_mission));
    VictoryPanelSetSummaryBackgroundFilePath(libCamp_gf_MissionLoadingScreenImage(lp_mission));
    if ((lp_mission == libCamp_ge_MapID_MapTZeratul04)) {