Difference between revisions of "GetParentCellWaterHeight"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(→‎See Also: Added GetParentCell link)
Line 9: Line 9:
== See Also ==
== See Also ==
*[[ParentCellHasWater]]
*[[ParentCellHasWater]]
*[[GetParentCell]]


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

Revision as of 23:42, 26 December 2007

A command for Oblivion Script Extender

Syntax:

(waterHeight:float) reference.GetParentCellWaterHeight
(waterHeight:float) reference.GetWaterHeight

Returns the water height of the referenced parent cell.

See Also