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)
SyntaxEdit
Int Function GetPerkPoints() native
ParametersEdit
None
Return ValueEdit
Returns the number of perk points available to the player.
ExamplesEdit
Int PerkPoints = Game.GetPerkPoints()
NotesEdit
None