GetVehicleVirtualWorld

From SA-MP Wiki

Revision as of 23:57, 31 January 2014; view current revision
←Older revision | Newer revision→
Jump to: navigation, search


Description:

Get the virtual world of a vehicle.


Parameters:
(vehicleid)
vehicleidThe ID of the vehicle to get the virtual world of.


Return Values:

The virtual world that the vehicle is in.


new world = GetVehicleVirtualWorld(vehicleid);
SetPlayerVirtualWorld(playerid, world);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages