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

Description

Wiki Description

Returns whether this actor is currently arrested or not.

Documentation Comment

Is this actor currently arrested?


Caveats


Examples

; Is the criminal currently arrested?
if Criminal.IsArrested()
  Debug.Trace("We caught him!")
else
  Debug.Trace("He went free!")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsArrested()

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.