GetForceSneak
From GECK
A function included in the GECK for Fallout 3.
Description
Returns 1 if the actor is currently in a force sneak state.
Syntax
(success:0/1) actor.GetForceSneak
Example
if (actorRef.GetForceSneak == 1) ; in forced sneak state endif