- Found in:
- SKSE
Description
Wiki Description
Gets the legendary level of the specified actor value.
Documentation Comment
Returns the legendary level for the skill
-1 indicates the particular skill cannot have a legendary level
DEPRECATED
Caveats
CK Wiki - Notes
- This function is marked as deprecated by the SKSE team because the same function exists on the ActorValueInfo. Use that one instead.
Parameters
stringactorValue
CK Wiki Description
The Actor Value to check the legendary Level of.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__actorValue
int returnedValue = Game.GetSkillLegendaryLevel(myString__actorValue)