SHVDN  v3
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. Developed by crosire https://github.com/crosire/scripthookvdotnet/
GTA.VehicleWindow Class Reference

Public Member Functions

void Smash ()
 
void Repair ()
 
void Remove ()
 
void RollUp ()
 
void RollDown ()
 

Public Attributes

bool IsIntact => Function.Call<bool>(Hash.IS_VEHICLE_WINDOW_INTACT, Vehicle.Handle, Index)
 

Properties

Vehicle Vehicle [get]
 
VehicleWindowIndex Index [get]
 

Member Function Documentation

◆ Remove()

void GTA.VehicleWindow.Remove ( )

◆ Repair()

void GTA.VehicleWindow.Repair ( )

◆ RollDown()

void GTA.VehicleWindow.RollDown ( )

◆ RollUp()

void GTA.VehicleWindow.RollUp ( )

◆ Smash()

void GTA.VehicleWindow.Smash ( )

Member Data Documentation

◆ IsIntact

bool GTA.VehicleWindow.IsIntact => Function.Call<bool>(Hash.IS_VEHICLE_WINDOW_INTACT, Vehicle.Handle, Index)

Property Documentation

◆ Index

VehicleWindowIndex GTA.VehicleWindow.Index
get

◆ Vehicle

Vehicle GTA.VehicleWindow.Vehicle
get

The documentation for this class was generated from the following file: