GetPerkPoints - Game
Revision as of 03:23, 5 September 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Game Script Returns the number of perk points available to the player. (This function ...")
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