- Found in:
- SKSE
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
intlevel
CK Wiki Description
The legendary level to set the specified actor value to.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__actorValue
int myInt__level
Game.SetSkillLegendaryLevel(myString__actorValue, myInt__level)