IsAlerted - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Is this actor currently alerted?

Syntax[edit | edit source]

bool Function IsAlerted() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

Whether this actor is currently alerted or not.

Examples[edit | edit source]

; Is Nate currently alerted?
bool nateIsAlerted = Nate.IsAlerted()

See Also[edit | edit source]