Difference between revisions of "IsFactionHidden"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(→‎See Also: Added faction reference functions)
Line 8: Line 8:


==See Also==
==See Also==
*[[SetFactionHidden]]
*[[GetNumFactions]]
*[[GetNthFaction]]
*[[GetInFaction]]
*[[GetInFaction]]
*[[SetFactionHidden]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 23:15, 18 January 2008


A command for Oblivion Script Extender

Syntax:

(isHidden:bool) IsFactionHidden faction:ref

Returns 1 if the faction is not shown on the player's faction sheet.

See Also