# Set Victory Panel Mission Text

Grammar — Set the mission text of the victory panel to text
FlagsNative | Action

Sets the mission text on the victory panel.

# Arguments

  • text — Text

Returns — void

native void VictoryPanelSetMissionText(text inText);

Category: Story / Victory Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L10069
VictoryPanelSetMissionText(libCamp_gf_MissionNameInUpperCase(lp_mission))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L5487
VictoryPanelSetMissionText(TextExpressionAssemble("Param/Expression/lib_VCUI_6A4DE49F"))