Difference between revisions of "FriendDispositionBoost"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Ez0n3
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=='''Description'''==
{{Function
|origin = GECK1
|summary = '''FriendDispositionBoost''' function will mod the disposition of the actor so it will reach a friend level with the player. It is called on a Reference and has no parameters.
|name = FriendDispositionBoost
|returnType = void
|referenceType = [ActorRefID]
|example = FreddyRef.FriendDispositionBoost
}}


'''*[[FriendDispositionBoost]]''' function will mod the disposition of the actor so it will reach a friend level with the player. It is called on a Reference and has no parameters.
==See Also==
 
*[[CheckSpeechDispositionBoost]]
=='''Syntax'''==
*[[HasFriendDisposition]]
 
*[[SetDisposition]]
[''ActorREF''.]FriendDispositionBoost
 
=='''Examples'''==
 
FreddyRef.FriendDispositionBoost
 
=='''Notes'''==
*None at this time
 
 
=='''See Also'''==
[[CheckSpeechDispositionBoost]]<br>
[[HasFriendDisposition]]<br>
[[SetDisposition]]
 
=='''Reference'''==
None provided.
<!-- [[FriendDispositionBoost_Reference|List of functions that use FriendDispositionBoost]]  (wiki) -->


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]

Latest revision as of 08:49, 15 January 2011

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

A function included in the GECK version 1.1.0.36.

Description

FriendDispositionBoost function will mod the disposition of the actor so it will reach a friend level with the player. It is called on a Reference and has no parameters.

Syntax

[help]
[ActorRefID].FriendDispositionBoost

Example

FreddyRef.FriendDispositionBoost

See Also