Background for Skyrim SE
Member of the CustomSkills script
voidfunctionShowSkillIncreaseMessage(stringasSkillId, intaiSkillLevel)NativeGlobal

Description

Documentation Comment

Displays the skill increase message on the HUD for the given skill and level.


Caveats


Parameters

stringasSkillId

intaiSkillLevel


Examples

Auto-Generated Example

string myString__asSkillId
int myInt__aiSkillLevel

CustomSkills.ShowSkillIncreaseMessage(myString__asSkillId, myInt__aiSkillLevel)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.