Background for Skyrim SE
Member of the Game script
voidfunctionSetSkillLegendaryLevel(stringactorValue, intlevel)Global

Description

Wiki Description

Sets the legendary level of the specified actor value to the specified value.

Documentation Comment

Sets the legendary level for the skill
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

intlevel


Examples

No human-generated examples found for this function.

Auto-Generated Example

string myString__actorValue
int myInt__level

Game.SetSkillLegendaryLevel(myString__actorValue, myInt__level)

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.