Difference between revisions of "SetSkillLegendaryLevel - Game"
Jump to navigation
Jump to search
imported>CraftySentinel (Created SetSkillLegendaryLevel - Game) |
imported>Lisselli m (cleaned up page a bit.) |
||
Line 12: | Line 12: | ||
==== Parameters ==== | ==== Parameters ==== | ||
''actorValue'' | *''actorValue'':The [[Actor Value List|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. | |||
== See Also == | == See Also == |
Latest revision as of 07:09, 2 August 2017
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.