ClearArrested - Actor

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