SetSkillLegendaryLevel - Game
Revision as of 07:09, 2 August 2017 by imported>Lisselli (cleaned up page a bit.)
Source: SKSE 1.06.12
Member of: Game Script
Sets the legendary level of the specified actor value to the specified value.
Syntax
Function SetSkillLegendaryLevel(string actorValue, int level) global native
Parameters
- actorValue:The Actor Value to set the legendary Level of.
- level:The legendary level to set the specified actor value to.
Notes
- This function is marked as deprecated by the SKSE team because the same function exists on the ActorValueInfo_Script. Use that one instead.