RemoveFromFaction

From the Fallout3 GECK Wiki
Revision as of 13:58, 15 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
(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 AntFaction

BuddyRef is now removed from the AntFaction but all other Buddys are still in the AntFaction.

Notes[edit | edit source]

  • This does not work the same as SetFactionRank, which is called on the base form.

See Also[edit | edit source]

AddToFaction

Reference[edit | edit source]

None provided.