Difference between revisions of "User:JT/TES5 Wishlist"
Jump to navigation
Jump to search
no edit summary
imported>JT (clarification needed...) |
imported>JT |
||
Line 89: | Line 89: | ||
: (''float'') SetAV (''avtype'')value (''float'')setting | : (''float'') SetAV (''avtype'')value (''float'')setting | ||
Sets the ''current'' value '''and''' the ''maximum'' value of the corresponding actor value to ''setting''. | Sets the ''current'' value '''and''' the ''maximum'' value of the corresponding actor value to ''setting'', ignoring magic modifiers. Returns the new value (can be either the current or the maximum, since both would be equal). | ||
===SetCurrentActorValue (SetCurAV)=== | ===SetCurrentActorValue (SetCurAV)=== | ||
Sets the ''current'' value '''but not''' the ''maximum'' value of the corresponding actor value. | : (''float'') SetAV (''avtype'')value (''float'')setting | ||
Sets the ''current'' value '''but not''' the ''maximum'' value of the corresponding actor value to ''setting''. Returns the new ''current'' value. | |||
===SetMaximumActorValue (SetMaxAV)=== | ===SetMaximumActorValue (SetMaxAV)=== | ||
Sets the ''maximum'' value | : (''float'') SetMaxAV (''avtype'')value (''float'')setting | ||
Sets the ''maximum'' value '''but not''' the ''current'' value of the corresponding actor value to ''setting''. Returns the new ''maximum'' value. | |||