IsSneaking

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the actor is sneaking (crouched).

Syntax

[help]
(0, 1:int) [ActorRefID].IsSneaking

Example

player.IsSneaking

Tests the player's sneak state.

See Also