Skip to content

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
  • int playerid: the id of the player who gets teleported by the game.
  • string vobName: represents the name of the vob that player gets teleported to.