GetRadiationLevel

From the Fallout3 GECK Wiki
Revision as of 14:38, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetRadiationLevel returns the specified actor's current radiation value.

Syntax

GetRadiationLevel[.ActorRef]

Examples

if GetRadiationLevel.Player == 100

Condition is true if the player currently has 100 points of radiation.

Notes

  • None at this time.