Difference between revisions of "GetParentCellWaterHeight"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Note on Parent Cell reference)
imported>8asrun6aer
m (adding related link)
Line 10: Line 10:
*[[ParentCellHasWater]]
*[[ParentCellHasWater]]
*[[GetParentCell]]
*[[GetParentCell]]
*[[GetTerrainHeight]]


<!--[[Category:OBSE Functions]]  
<!--[[Category:OBSE Functions]]  

Revision as of 13:28, 7 January 2012

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).

See Also