Difference between revisions of "GetParentCellOwningFactionRequiredRank"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>WarMachineDD7
(Created page with "{{Function |origin = FOSE1 |summary = Returns the rank required for ownership of the calling reference's parent cell. |name = GetParentCellOwningFactionRequiredRank |alias...")
 
imported>WarMachineDD7
 
Line 9: Line 9:
  set requirement to someItem.GetParentCellOwningFactionRequiredRank
  set requirement to someItem.GetParentCellOwningFactionRequiredRank
==Notes==
==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.
*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.
}}
}}
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Latest revision as of 19:04, 1 February 2013

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Returns the rank required for ownership of the calling reference's parent cell.

Syntax

[help]
(int) ref.GetParentCellOwningFactionRequiredRank 

Or:

(int) ref.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.