Skip to content
alt:V JS Docs
Search
Meta
K
Main Navigation
Intro
API
Server
Client
Shared
Enums
Types
Interfaces
Guides
Team
💾 Download
GitHub
Twitter
Discord
Appearance
GitHub
Twitter
Discord
Menu
Return to top
On this page
Table of Contents for current page
Interface Definition
Documentation
IVehicleNeon
#
Interface Definition
#
ts
interface
IVehicleNeon
{
left
:
boolean
;
right
:
boolean
;
front
:
boolean
;
back
:
boolean
;
};
Documentation
#