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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public 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