GetBaseFactionRank
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Returns the Base Actor's rank in the specified Faction. If the base actor is not in the faction, returns -1.
Syntax
(factionRank:int) reference.GetBaseFactionRank faction:ref baseActor:ref
Example
set iFactionRank to CraigBooneRef.GetBaseFactionRank NCRFactionNV
set iFactionRank to GetBaseFactionRank NCRFactionNV CraigBoone