GetPerkPoints - Game
Jump to navigation
Jump to search
SKSE Member of: Game Script
Returns the number of perk points available to the player. (This function requires SKSE)
Syntax[edit | edit source]
Int Function GetPerkPoints() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
Returns the number of perk points available to the player.
Examples[edit | edit source]
Int PerkPoints = Game.GetPerkPoints()
Notes[edit | edit source]
None