GetForceRun

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Syntax

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

Example

if (actorRef.GetForceRun == 1)
    ; in forced run state
endif