GetSkillLegendaryLevel - Game

Revision as of 23:14, 28 October 2013 by imported>CraftySentinel (Created GetSkillLegendaryLevel - Game)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Source: SKSE 1.06.12

Member of: Game Script


Gets the legendary level of the specified actor value.

Syntax

int Function GetSkillLegendaryLevel(string actorValue) global native

Parameters

actorValue

The Actor Value to check the legendary Level of.

Return Value

The current legendary level of the specified skill, -1 will be returned if the skill cannot have a legendary level.


See Also