IsWordUnlocked - Game

From the CreationKit Wiki
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]