GetActivatorWaterType

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Returns the Water Type of the specified Activator or PlaceableWater BaseForm. If a reference is passed, its base form is used.

Syntax

[help]
(waterType:baseForm) reference.GetActivatorWaterType activatorOrPlaceableWater:baseForm

Example

set rWaterType to rActivatorRef.GetActivatorWaterType
set rWaterType to GetActivatorWaterType DrinkSink01Avg 

See Also