Background for Skyrim SE
Member of the Game script
intfunctionGetSkillLegendaryLevel(stringactorValue)Global

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.