IsPlayerSwimming
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns true if the player is swimming.
Syntax
(bool) IsPlayerSwimming
Example
if IsPlayerSwimming ; Do something endif
See Also
- IsSwimming - The equivalent for NPCs, which does not work for player.
- IsInWater