# Set Victory Panel Statistics Title

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

Sets the statistics title on the victory panel.

# Arguments

  • text — Text

Returns — void

native void VictoryPanelSetStatisticsTitle(text inText);

Category: Story / Victory Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L10070
VictoryPanelSetStatisticsTitle(StringExternal("Param/Value/lib_Camp_7CDCEFA9"))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L5488
VictoryPanelSetStatisticsTitle(StringExternal("Param/Value/lib_VCUI_B1A0AC53"))