Difference between revisions of "SetFactionReputationType"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
   |Name = newReputation
   |Name = newReputation
   |Type = ref
   |Type = ref
  |Optional = y
   }}
   }}
  |example = SetFactionReputationType FreedSlaveFaction RepNVNCR
  |example = SetFactionReputationType FreedSlaveFaction RepNVNCR
SetFactionReputationType FreedSlaveFaction&#09;; (Sets the reputation type to <i>None</i>)
}}
}}
==See Also==
==See Also==
*[[GetFactionReputationType]]
*[[GetFactionReputationType]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Faction Functions (JIP)]]

Latest revision as of 19:06, 30 April 2015

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

A function added by the JIP NVSE Plugin.

Description

Sets a faction's reputation type.

Syntax

[help]
(reputation:ref) SetFactionReputationType faction:ref newReputation:ref

Example

SetFactionReputationType FreedSlaveFaction RepNVNCR
SetFactionReputationType FreedSlaveFaction	; (Sets the reputation type to None)

See Also