IsPlayerSwimming

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns true if the player is swimming.

Syntax

[help]
(bool) IsPlayerSwimming

Example

if IsPlayerSwimming
   ; Do something
endif 

See Also