[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
GetParentCellWaterHeight
Revision as of 17:08, 16 December 2014 by imported>QQuix (added note about cells without water)
A command for Oblivion Script Extender
Syntax:
(waterHeight:float) reference.GetParentCellWaterHeight (waterHeight:float) reference.GetWaterHeight
Returns the water height of the reference's parent cell (don't use the reference of the Parent Cell itself).
Returns 0 if the cell does not have water. Use ParentCellHasWater to determine whether the cell has water.