Vehicle::neonEnabled: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{Rework required}}")
 
No edit summary
Line 1: Line 1:
{{Rework required}}
This property is used to check whether vehicle neon light is enabled or disabled
 
== Getter ==
* {{RageType|Boolean}}
 
== Setter ==
* {{RageType|Boolean}}
 
== Example ==
{{ServersideFunction|
<pre>
vehicle.neonEnabled = true; // Enable this vehicle neon
</pre>
}}
 
== See also ==
* [[Vehicle::isNeonLightEnabled]] - Client side function
 
[[Category:Server-side Property]]

Revision as of 07:56, 13 May 2019

This property is used to check whether vehicle neon light is enabled or disabled

Getter

  • Boolean

Setter

  • Boolean

Example

Template:ServersideFunction

See also