GetRadiationLevelAlt

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the radiation level (rads/sec) at the calling actor's current position. Unlike the vanilla GetRadiationLevel, which would only return a value when called on the player, this function may be called on any NPC.

Syntax

[help]
(radLevel:float) reference.GetRadiationLevelAlt

Example

set fRadLevel to actorRef.GetRadiationLevelAlt

See Also