IsWordUnlocked - Game

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