This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.

RemoveFromAllFactions - Actor

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Remove this actor from all factions they are a member of.

Syntax[edit | edit source]

Function RemoveFromAllFactions() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Remove Nate from all factions he's a member of
Nate.RemoveFromAllFactions()

See Also[edit | edit source]