Difference between revisions of "SetActorValue"

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


See [[Stats List]] for a list of stats that can be accessed using SetActorValue.
See [[Stats List]] for a list of stats that can be accessed using SetActorValue.
Syntax:
SetActorValue StatName value
SetAV StatName value
Example:
SetActorValue Strength 6
Player.SetActorValue Lockpick 50
SetAV Perception 2
SetActorValue sets the stat's base value to the new value.


===See Also===
===See Also===

Revision as of 16:59, 20 December 2010

This article is incomplete. You can help by filling in any blank descriptions.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.

Link to TES4 Construction Set Wiki: SetActorValue

See Stats List for a list of stats that can be accessed using SetActorValue.

Syntax:

SetActorValue StatName value SetAV StatName value

Example:

SetActorValue Strength 6 Player.SetActorValue Lockpick 50 SetAV Perception 2

SetActorValue sets the stat's base value to the new value.



See Also

Stats List
ForceActorValue
GetActorValue
GetActorValueInfo
GetBaseActorValue
GetPermanentActorValue
ModActorValue
RestoreActorValue