StopTranslation - ObjectReference
Revision as of 00:01, 7 July 2016 by imported>Docclox (Created a missing page for the StopTranslation function.)
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()