Difference between revisions of "SetFactionHidden"

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==
*[[IsFactionHidden]]
*[[GetNumFactions]]
*[[GetNthFaction]]
*[[GetInFaction]]
*[[GetInFaction]]
*[[IsFactionHidden]]


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

Revision as of 23:14, 18 January 2008


A command for Oblivion Script Extender

Syntax:

(nothing) SetFactionHidden faction:ref isHidden:short

Changes the Hidden flag on the faction. Changes are saved in the savegame.

See Also