GetRadiationLevelAlt

From GECK
Jump to: navigation, search


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