StopTranslation - ObjectReference
Jump to navigation
Jump to search
Member of: ObjectReference Script
Forcibly stops the object from translating (cancels a previous translation request).
Syntax[edit | edit source]
Function StopTranslation() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Stop the bird from translating around
Bird.StopTranslation()