GetFactions - Actor

From the CreationKit Wiki
Revision as of 01:46, 20 June 2015 by imported>TidalWraith (Using a new format for this one let me know what you think.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Faction[] Function GetFactions(int minRank, int maxRank) native


Returns all factions of the actor with the specified minimum and maximum ranks (maximum range of -128 to 127)

Parameters

  • minRank: The minimum rank
  • maxRank: The maximum rank

Return Value

A Faction array is returned containing all factions the actor is a part of within the specified rank range

See Also