GetSkillLegendaryLevel - Game
Jump to navigation
Jump to search
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.