# 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.sc2campaign

CampaignLib.galaxy

// L10051
VictoryPanelSetBackgroundFilePath(libCamp_gf_TS_SetVictoryScreenBackground(lp_mission))