SetDisposition

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

[help]
[actor:ref].SetDisposition actor:ref dispositionValue:int

Example

BuddyRef.SetDisposition FredRef 100 

BuddyRef now has a disposition of 100 to FredRef.

See Also