GetRadiationLevelAlt

From the Fallout3 GECK Wiki
Revision as of 18:48, 30 March 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the radiation level (rads/sec) at the calling actor's current position. Unlike the vanilla GetRadiationLevel, which would onl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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