Difference between revisions of "SetDisposition"

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>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
Line 24: Line 24:


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

Latest revision as of 13:07, 15 August 2009

Description[edit | edit source]

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[edit | edit source]

[ActorREF.]SetDisposition Actor2REF DispositionValue

Examples[edit | edit source]

BuddyRef.SetDisposition FredRef 100 

BuddyRef now has a disposition of 100 to FredRef.

Notes[edit | edit source]

  • None at this time


See Also[edit | edit source]

HasFriendDisposition

Reference[edit | edit source]

None provided.