Black Ops III

IsUsingNavVolume

Checks whether this entity is using Nav Volume. Note this is a relatively low level check. For general gameplay check whether an entity is flying, consider using IsAirborne.

Example:

if ( IsUsingNavVolume( gun_owner ) ) ...

Parameters

ParameterSummary
*entityAn entity object

* = mandatory