Page cover

Developer Exports

This page serves to outline and explain the functions offered by Zea Developments' z_els resource. These functions are designed for the purpose of collecting existing data or storing new data.


Client Exports

isSirenActive

This export will return a true or false value indicating whether the provided vehicle has its siren activated.

boolean = exports['z_els']:isSirenActive(vehicle)

is999ModeActive

This export will return a boolean value indicating whether the specified vehicle is in 999 mode.

boolean = exports['z_els']:is999ModeActive(vehicle)

areRearRedsActive

This export will provide a boolean value indicating whether the rear red lights of the specified vehicles are activated.

boolean = exports['z_els']:areRearRedsActive(vehicle)

Last updated