Difference between revisions of "GetFactionReaction"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>DoctaSax
(added the info)
 
Line 1: Line 1:
{{Incomplete}}
{{Function
|origin = GECK1
|summary = Returns the disposition modifier between two factions.
|name = GetFactionReaction
|returnType = float
|arguments =
  {{FunctionArgument
  |Name = faction
  |Type = form
  }}{{FunctionArgument
  |Name = faction
  |Type = form
  }}
}}
 
==See Also==
*[[GetFactionCombatReaction]]
*[[SetFactionReaction]]
*[[ModFactionReaction]]
[[Category:Functions]]
[[Category:Faction Functions]]
[[Category:Functions (GECK 1.1)]]


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetFactionReaction GetFactionReaction].
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetFactionReaction GetFactionReaction].

Latest revision as of 16:08, 6 March 2017

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

A function included in the GECK version 1.1.0.36.

Description

Returns the disposition modifier between two factions.

Syntax

[help]
(float) GetFactionReaction faction:form faction:form


See Also

Link to TES4 Construction Set Wiki: GetFactionReaction.