IsWordUnlocked - Game

Revision as of 17:27, 18 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Is the specified WordOfPower unlocked?

SyntaxEdit

bool Function IsWordUnlocked(WordOfPower akWord) native global

ParametersEdit

Return ValueEdit

True if the WordOfPower is unlocked, false if not.

ExamplesEdit

bool unlocked = Game.IsWordUnlocked(WordFus)

See AlsoEdit