GetFactionRank

From GECK
Jump to: navigation, search

Link to TES4 Construction Set Wiki: GetFactionRank.

A function included in the GECK for Fallout 3.

Description

Returns the calling actor's rank in a particular faction. If the actor is not in the faction, will return value as -1.

Syntax

[help]
(factionRank:int) [actor:ref].GetFactionRank

Example

player.GetFactionRank BrotherhoodMq11Faction 

Bugs

  • The console version of this command is broken and always returns -1.

See Also