IsWordUnlocked - Game

From the CreationKit Wiki
Revision as of 16:27, 18 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]

Return Value[edit | edit source]

True if the WordOfPower is unlocked, false if not.

Examples[edit | edit source]

bool unlocked = Game.IsWordUnlocked(WordFus)

See Also[edit | edit source]