ClearArrested - Actor

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)

Member of: Actor Script

Clears this actor's arrested state.

SyntaxEdit

Function ClearArrested() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit