UTIL_WaterLevel

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png

UTIL_WaterLevel is a UTIL function that measures the height of water within a bounding box.

Tip.pngTip:CWaterTraceFilter should be used instead as it is less expensive than UTIL_WaterLevel.[1]

Declaration

float UTIL_WaterLevel( const Vector &position, float minz, float maxz );