Difference between revisions of "GetFactionReputationType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns a faction's reputation type. |name = GetFactionReputationType |returnType = reputation:ref |arguments = {{FunctionArgument...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
*[[SetFactionReputationType]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Faction Functions (JIP)]]

Latest revision as of 14:09, 30 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns a faction's reputation type.

Syntax

[help]
(reputation:ref) GetFactionReputationType faction:ref

Example

GetFactionReputationType NCRFactionNV

See Also