GetSkillLegendaryLevel - Game
Revision as of 07:08, 2 August 2017 by imported>Lisselli (Cleaned up page and placed a note on why this was marked as deprecated.)
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.
Notes
- This function is marked as deprecated by the SKSE team because the same function exists on the ActorValueInfo_Script. Use that one instead.