GetForceSneak

From GECK
(Redirected from Getforcesneak)
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the actor is currently in a force sneak state.

Syntax

[help]
(success:0/1) actor.GetForceSneak

Example

if (actorRef.GetForceSneak == 1)
    ; in forced sneak state
endif