ClearArrested - Actor

From the CreationKit Wiki
Revision as of 14:34, 10 May 2010 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Actor Script Clears this actor's arrested state. == Syntax == <source lang="papyrus"> Function ClearArrested() …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

Clears this actor's arrested state.

Syntax[edit | edit source]

Function ClearArrested() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Make the criminal no longer be arrested
Criminal.ClearArrested()

See Also[edit | edit source]