Difference between revisions of "SetDisposition"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Line 24: Line 24:


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

Revision as of 12:30, 12 August 2009

Description

SetDisposition Sets the disposition of the reference it is called on to the actor passed in, to the value given. Called on a Reference (actor) and parameters are an Actor and an integer.

Syntax

[ActorREF.]SetDisposition Actor2REF DispositionValue

Examples

BuddyRef.SetDisposition FredRef 100 

BuddyRef now has a disposition of 100 to FredRef.

Notes

  • None at this time


See Also

HasFriendDisposition

Reference

None provided.