# Set Victory Panel Victory Text

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

Sets the victory text on the victory panel.

# Arguments

  • text — Text

Returns — void

native void VictoryPanelSetVictoryText(text inText);

Category: Story / Victory Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L10054
VictoryPanelSetVictoryText(StringExternal("Param/Value/lib_Camp_F0633C82"))
// L10057
VictoryPanelSetVictoryText(StringExternal("Param/Value/lib_Camp_2D326347"))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L5476
VictoryPanelSetVictoryText(StringExternal("Param/Value/lib_VCUI_D687F260"))