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