# Set Talent Tree Selection Panel Auto Show

Grammar — Set Talent Tree Selection Panel Auto Show(autoShow)
FlagsNative | Action

This prevents the the Talent Tree Selection Panel from automatically showing up at the start of the game

# Arguments

  • bool — Auto Show

Returns — void

native void SetTalentTreeSelectionPanelAutoShow(
	bool inAutoShow,
);

Category: Talent Tree / Basic

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L1754
SetTalentTreeSelectionPanelAutoShow(false)
// L1483
SetTalentTreeSelectionPanelAutoShow(true)
// L2138
SetTalentTreeSelectionPanelAutoShow(false)
// L3840
SetTalentTreeSelectionPanelAutoShow(true)
// L4781
SetTalentTreeSelectionPanelAutoShow(true)
// L5277
SetTalentTreeSelectionPanelAutoShow(false)
// L5539
SetTalentTreeSelectionPanelAutoShow(false)
// L5584
SetTalentTreeSelectionPanelAutoShow(true)
// L5655
SetTalentTreeSelectionPanelAutoShow(true)
// L6948
SetTalentTreeSelectionPanelAutoShow(true)
// L1754
SetTalentTreeSelectionPanelAutoShow(false)
// L1483
SetTalentTreeSelectionPanelAutoShow(true)
// L2138
SetTalentTreeSelectionPanelAutoShow(false)
// L3840
SetTalentTreeSelectionPanelAutoShow(true)
// L4781
SetTalentTreeSelectionPanelAutoShow(true)
// L5277
SetTalentTreeSelectionPanelAutoShow(false)
// L5539
SetTalentTreeSelectionPanelAutoShow(false)
// L5584
SetTalentTreeSelectionPanelAutoShow(true)
// L5655
SetTalentTreeSelectionPanelAutoShow(true)
// L6948
SetTalentTreeSelectionPanelAutoShow(true)

# mods/heroesdata.stormmod

StartingExperienceLib.galaxy

// L5103
SetTalentTreeSelectionPanelAutoShow(true)