SetDisposition

From the Fallout3 GECK Wiki
Revision as of 15:22, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.