GetBaseFactionRank

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the Base Actor's rank in the specified Faction. If the base actor is not in the faction, returns -1.

Syntax

[help]
(factionRank:int) reference.GetBaseFactionRank faction:ref baseActor:ref

Example

set iFactionRank to CraigBooneRef.GetBaseFactionRank NCRFactionNV
set iFactionRank to GetBaseFactionRank NCRFactionNV CraigBoone 

See Also