Trace actor speed
skott
Member Posts: 172
Hi,
I need to trace an actors speed. How to do that?
Skott
I need to trace an actors speed. How to do that?
Skott
Comments
`magnitude( self.Motion.LinearVelocity.X , self.Motion.LinearVelocity.Y )`
It works exactly as it should...