Difference between revisions of "GetFactionRank"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>Henning (Complete) |
||
Line 1: | Line 1: | ||
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'''== |
Latest revision as of 20: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