RemoveFromFaction

From the CreationKit Wiki
Revision as of 17:12, 2 December 2011 by imported>Scornett-Bot (Script running global find and replace: = for '''=)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description[edit | edit source]

RemoveFromFaction Removes an actor (only the reference not the base object) from a faction. It is called on the Reference and has one parameter: the faction.

Syntax[edit | edit source]

[ActorREF.]RemoveFromFaction FactionID 

Examples[edit | edit source]

BuddyRef.RemoveFromFaction TrollFaction

BuddyRef is now removed from the TrollFaction but all Buddy base objects are still in the TrollFaction.


See Also[edit | edit source]

AddToFaction

Reference[edit | edit source]

None provided.

Papyrus Version[edit | edit source]

Actor.RemoveFromFaction (Papyrus)