ShowSPECIALMenu - Game

From the Fallout4 CreationKit Wiki
Revision as of 11:36, 20 November 2015 by imported>Plplecuyer (→‎Parameters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Shows the SPECIAL change menu.

Syntax

Function ShowSPECIALMenu( int aiPointPool, bool abStatsLocked ) native global

Parameters

  • aiPointPool: The number of points the player may allocate.
  • abStatsLocked: Whether or not current stat values are locked (e.g. can't be decremented).

Return Value

None.

Examples

; Show the SPECIAL menu to let the player customize their character
Game.ShowSPECIALMenu()

See Also