GetPerkPoints - Game

From the CreationKit Wiki
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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

See Also[edit | edit source]