GetIsAlerted

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the Actor is in an alerted state. This is purely an animation state, and does not affect their actual combat status.

Syntax

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

Example

if BuddyRef.GetIsAlerted 

See Also