GetPerkPoints - Game

Revision as of 04: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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit