Difference between revisions of "GetTotalActiveEffectMagnitude"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(→‎See Also: One more)
imported>DragoonWraith
(AE)
Line 40: Line 40:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Active Effect (OBSE)]]

Revision as of 19:51, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(totalMag:long) reference.GetTotalActiveEffectMagnitude effectCode:chars
(totalMag:long) reference.GetTotalAEMagnitude effectCode:chars

Returns the total magnitude of all Active Effects with a given code on the reference.

Example

short EffectMag
set EffectMag to (player.GetTotalActiveEffectMagnitude SHLD)

If the player currently has one Shield effect at 10 magnitude and another at 90, this will return 100.

See Also