IsWordUnlocked - Game
Revision as of 16:27, 18 October 2011 by imported>Jlundin
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)