GetFactionRelation

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns the faction relation between two actors. It is called on a reference.

Syntax

[help]
(factionRelation:int) [actor:ref].GetFactionRelation actor:ref

Example

BuddyRef.GetFactionRelation PlayerREF 

Faction Relation Values

0	Neutral
1	Enemy
2	Ally
3	Friend

See Also