Background for Fallout 4
Member of the Cell script
WaterTypefunctionGetWaterType()Native

Description

Wiki Description

Gets the WaterType for this cell.

Documentation Comment

Returns the water type for this cell, None if there is no WaterType


Caveats

CK Wiki - Notes

  • WaterTypes can't be set as properties in the Creation Kit. If needing to compare against a specific water type, one may need to use Game.GetFormFromFile(...).

Examples

WaterType water = myCell.GetWaterType()
Debug.Trace(water)

Auto-Generated Example

WaterType returnedValue = myCell__toCallFunctionOn.GetWaterType()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.