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

Description

Wiki Description

Is the specified WordOfPower unlocked?

Documentation Comment

Is the specified Word of Power Unlocked?


Caveats


Parameters

WordOfPowerakWord

CK Wiki Description

The WordOfPower to check.


Examples

bool unlocked = Game.IsWordUnlocked(WordFus)

Auto-Generated Example

WordOfPower myWordOfPower__akWord

bool returnedValue = Game.IsWordUnlocked(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.