Background for Skyrim SE
Member of the Actor script
boolfunctionIsAlerted()Native

Description

Wiki Description

Is this actor currently alerted?

Documentation Comment

Returns if this actor is alerted or not


Caveats


Examples

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

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsAlerted()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.