IsWordUnlocked - Game
Member of: Game Script
Is the specified WordOfPower unlocked?
SyntaxEdit
bool Function IsWordUnlocked(WordOfPower akWord) native global
ParametersEdit
- akWord: The WordOfPower to check.
Return ValueEdit
True if the WordOfPower is unlocked, false if not.
ExamplesEdit
bool unlocked = Game.IsWordUnlocked(WordFus)