Difference between revisions of "GetFactionRank"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
imported>Henning
(Complete)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Incomplete}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetFactionRank GetFactionRank].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetFactionRank GetFactionRank].
Syntax:
[''ActorID''].GetFactionRank ''FactionID''
Example:
player.GetFactionRank BrotherhoodMq11Faction
Returns the calling actor's rank in a particular faction. If the actor is not in the faction, will return value as -1.


=='''See Also'''==
=='''See Also'''==
Line 10: Line 17:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Faction Functions]]
[[Category:Faction Functions]]
[[Category:Faction Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]
[[Category:Actor Functions]]
[[Category:Actor Functions]]
[[Category:Actor Functions (GECK 1.1)]]

Latest revision as of 21:14, 22 October 2009

Link to TES4 Construction Set Wiki: GetFactionRank.

Syntax:

[ActorID].GetFactionRank FactionID

Example:

player.GetFactionRank BrotherhoodMq11Faction

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

See Also[edit | edit source]

GetFactionRankDifference
GetInFaction
ModFactionRank
SetFactionRank