# Set Victory Panel Achievements Title

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

Sets the achievements title on the victory panel.

# Arguments

  • text — Text

Returns — void

native void VictoryPanelSetAchievementsTitle(text inText);

Category: Story / Victory Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L10067
VictoryPanelSetAchievementsTitle(StringExternal("Param/Value/lib_Camp_3E550281"))

# campaigns/voidstory.sc2campaign

VoidCampaignUILib.galaxy

// L5479
VictoryPanelSetAchievementsTitle(StringExternal("Param/Value/lib_VCUI_04B0AC51"))