Background for Skyrim SE
Member of the Game script
voidfunctionTeachWord(WordOfPowerakWord)NativeGlobal

Description

Wiki Description

Teaches the specified WordOfPower to the player.

Documentation Comment

Teaches the specified word of power to the player


Parameters

  1. WordOfPowerakWord

    CK Wiki Description

    The WordOfPower to teach to the player.


Examples

; Teaches the help me word of power to the player
Game.TeachWord(HelpMeProperty)

Auto-Generated Example

WordOfPower myWordOfPower__akWord

Game.TeachWord(myWordOfPower__akWord)

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.