# Set Talent Tree Pause Game When Selection Panel Shown

Grammar — Set Talent Tree Pause Game When Selection Panel Shown(pauseGame)
FlagsNative | Action

This will cause the game to be paused when the Talent Tree Selection Panel is visible.

# Arguments

  • bool — Pause Game

Returns — void

native void SetTalentTreePauseGameWhenSelectionPanelShown(
	bool inPauseGame,
);

Category: Talent Tree / Basic

# Examples

# mods/heroes.stormmod

MapScript.galaxy

// L2249
SetTalentTreePauseGameWhenSelectionPanelShown(true)
// L292
SetTalentTreePauseGameWhenSelectionPanelShown(true)
// L2137
SetTalentTreePauseGameWhenSelectionPanelShown(false)
// L2249
SetTalentTreePauseGameWhenSelectionPanelShown(true)
// L292
SetTalentTreePauseGameWhenSelectionPanelShown(true)
// L2137
SetTalentTreePauseGameWhenSelectionPanelShown(false)

# mods/heroesdata.stormmod

StartingExperienceLib.galaxy

// L2719
SetTalentTreePauseGameWhenSelectionPanelShown(true)
// L2781
SetTalentTreePauseGameWhenSelectionPanelShown(true)