Difference between revisions of "AddReputation"
Jump to navigation
Jump to search
Cleaned up
imported>MrSlackPants (New page: =='''Description'''== '''AddReputation''' is a new function used in '''Fallout: New Vegas'''. It is used to add either fame or infamy to a faction. =='''Syntax'''== AddReputation ''Fac...) |
imported>MrSlackPants (Cleaned up) |
||
Line 1: | Line 1: | ||
{{Function | |||
|origin = VEGAS1 | |||
= | |summary = Adds a certain amount of reputation (fame/infamy) with a certain faction. | ||
|returnType = void | |||
|referenceType = | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = FactionID | |||
|Type = editorID | |||
|Optional = n | |||
}}{{FunctionArgument | |||
|Name = Fame/Infamy | |||
|Type = int | |||
|Optional = n | |||
}}{{FunctionArgument | |||
|Name = Amount | |||
|Type = int | |||
|Optional = n | |||
}} | |||
}} | |||
=='''Examples'''== | =='''Examples'''== | ||
Line 17: | Line 31: | ||
Adds 10 '''fame''' to the GoodSprings faction. | Adds 10 '''fame''' to the GoodSprings faction. | ||
=='''See Also'''== | =='''See Also'''== | ||
*[[GetReputation]] | *[[GetReputation]] | ||
[[Category:New Vegas Content]] | [[Category:New Vegas Content]] | ||
[[Category:Functions (GECK Vegas 1.1)]] |