StopTranslation - ObjectReference

Member of: ObjectReference Script

Forcibly stops the object from translating (cancels a previous translation request).

SyntaxEdit

Function StopTranslation() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Stop the bird from translating around
Bird.StopTranslation()

See AlsoEdit