WarpPlayerOutOfVehicle

From RAGE Multiplayer Wiki
Revision as of 14:36, 12 December 2019 by Bonus (talk | contribs) (Created page with "Warps the player out of the vehicle he's in. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Player.WarpPlayerOutOfVehicle(Client player);}} {{Par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Warps the player out of the vehicle he's in.


C# Syntax

void NAPI.Player.WarpPlayerOutOfVehicle(Client player);

Parameters

  • player: parameter input should be in Client type

Example

NAPI.Player.WarpPlayerOutOfVehicle(player);