SetDisposition

From the Fallout3 GECK Wiki
Revision as of 12:30, 12 August 2009 by imported>Geckbot (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
Jump to navigation Jump to search

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.