- Found in:
- F4SE
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()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
