event onPlayerTeleport (server-side)
Available since version: 0.2
This event is triggered when player gets teleported by the game to the specified vob.
Parameters
int playerid, string vobName
intplayerid: the id of the player who gets teleported by the game.stringvobName: represents the name of the vob that player gets teleported to.