SetRadiationExtraData

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Sets the reference's Radiation ExtraData, if it has any. If it has no Radiation ExtraData, it is added and created. The changes are savebaked.

This data is mostly used for Radiation Markers, where it determines the amount of rads gained while standing in the marker's radius.

Syntax

[help]
(success:bool) reference.SetRadiationExtraData newVal:float

Example

MyRadiationMarkerREF.SetRadiationExtraData 20 

See Also