Difference between revisions of "StopTranslation - ObjectReference"
Jump to navigation
Jump to search
imported>Scornett-Bot m (Script running global find and replace: Category:Console Commands for Category:Functions) |
imported>Threedee (Removed this from the Console Category because this is not a console command.) |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
'''Member of:''' [[ObjectReference Script]] | '''Member of:''' [[ObjectReference Script]] | ||
Latest revision as of 05:48, 14 August 2013
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()