Difference between revisions of "ForceActorValue"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>Quetzilla
(warning)
Line 3: Line 3:
See also [[Stats List]] for a list of stats that can be accessed using ForceActorValue.
See also [[Stats List]] for a list of stats that can be accessed using ForceActorValue.


==Notes==
* Should never be used on the player, as it will seriously screw up that actor value when combined with other mods or scripts that adjust it or depend on it.


===See Also===
===See Also===
[[Stats List]]<br>
*[[Stats List]]
[[GetActorValue]]<br>
*[[GetActorValue]]
[[GetActorValueInfo]]<br>
*[[GetActorValueInfo]]
[[GetBaseActorValue]]<br>
*[[GetBaseActorValue]]
[[ModActorValue]]<br>
*[[ModActorValue]]
[[RestoreActorValue]]<br>
*[[RestoreActorValue]]
[[SetActorValue]]
*[[SetActorValue]]




[[Category:Functions]]
[[Category:Functions]]
[[Category:Actor Value Functions]]
[[Category:Actor Value Functions]]

Revision as of 18:45, 12 December 2008

Link to TES4 Construction Set Wiki: ForceActorValue

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

Notes

  • Should never be used on the player, as it will seriously screw up that actor value when combined with other mods or scripts that adjust it or depend on it.

See Also