GlobalObjectMove Method (Vector3, Single) |
Moves this object to the given position with the given speed.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic int Move(
Vector3 position,
float speed
)
Parameters
- position
- Type: SampSharp.Entities.SAMPVector3
The position to which to move this object. - speed
- Type: SystemSingle
The speed at which to move this object.
Return Value
Type:
Int32
The time it will take for the object to move in milliseconds.
See Also