Difference between revisions of "ForceActorValue"
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]] | *[[Stats List]] | ||
[[GetActorValue]] | *[[GetActorValue]] | ||
[[GetActorValueInfo]] | *[[GetActorValueInfo]] | ||
[[GetBaseActorValue]] | *[[GetBaseActorValue]] | ||
[[ModActorValue]] | *[[ModActorValue]] | ||
[[RestoreActorValue]] | *[[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.