Difference between revisions of "GetSkillLegendaryLevel - Game"

m
Cleaned up page and placed a note on why this was marked as deprecated.
imported>CraftySentinel
(Created GetSkillLegendaryLevel - Game)
 
imported>Lisselli
m (Cleaned up page and placed a note on why this was marked as deprecated.)
 
Line 10: Line 10:
<source lang="papyrus">int Function GetSkillLegendaryLevel(string actorValue) global native</source>
<source lang="papyrus">int Function GetSkillLegendaryLevel(string actorValue) global native</source>


==== Parameters ====
== Parameters ==
*''actorValue'':The [[Actor Value List|Actor Value]] to check the legendary Level of.


''actorValue''
== Return Value ==
::The [[Actor Value List|Actor Value]] to check the legendary Level of.
*The current legendary level of the specified skill, -1 will be returned if the skill cannot have a legendary level.
==== Return Value ====
 
The current legendary level of the specified skill, -1 will be returned if the skill cannot have a legendary level.


== Notes ==
* This function is marked as deprecated by the SKSE team because the same function exists on the [[ActorValueInfo_Script]]. Use that one instead.


== See Also ==
== See Also ==
Anonymous user