IsWordUnlocked - Game
Jump to navigation
Jump to search
Member of: Game Script
Is the specified WordOfPower unlocked?
Syntax[edit | edit source]
bool Function IsWordUnlocked(WordOfPower akWord) native global
Parameters[edit | edit source]
- akWord: The WordOfPower to check.
Return Value[edit | edit source]
True if the WordOfPower is unlocked, false if not.
Examples[edit | edit source]
bool unlocked = Game.IsWordUnlocked(WordFus)