GetParentCellOwningFactionRequiredRank
From GECK
(Redirected from CetCellFactionRank)
A function added by the Fallout Script Extender.
Contents
Description
Returns the rank required for ownership of the calling reference's parent cell.
Syntax
(requiredRank:int) reference.GetParentCellOwningFactionRequiredRank
Or:
(requiredRank:int) reference.CetCellFactionRank
Example
int requirement set requirement to someItem.GetParentCellOwningFactionRequiredRank
Notes
- The abbreviation of this function is not incorrect. The FOSE developers have the typo written in the code, so "CetCellFactionRank" works, but "GetCellFactionRank" doesn't.