IsWordUnlocked - Game
From Creation Kit
Member of: Game Script
Is the specified WordOfPower unlocked?
Syntax
bool Function IsWordUnlocked(WordOfPower akWord) native global
Parameters
- akWord: The WordOfPower to check.
Return Value
True if the WordOfPower is unlocked, false if not.
Examples
bool unlocked = Game.IsWordUnlocked(WordFus)