RemoveFromFaction
From Creation Kit
Revision as of 2011-12-02T18:12:38 by Scornett-Bot (Talk | contribs)
Contents |
Description
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
[ActorREF.]RemoveFromFaction FactionID
Examples
BuddyRef.RemoveFromFaction TrollFaction
BuddyRef is now removed from the TrollFaction but all Buddy base objects are still in the TrollFaction.
See Also
Reference
None provided.

